Skip to content

Conversation

@fupelaqu
Copy link
Contributor

@fupelaqu fupelaqu commented Sep 22, 2025

add support for :

  • RLIKE
  • CONVERT, TRY_CAST, SAFE_CAST functions
  • CAST OPERATOR (::)
  • OFFSET with LIMIT
  • TOP HITS aggregations (FIRST_VALUE / FIRST, LAST_VALUE / LAST)
  • GROUP BY with field index
  • TODAY
  • LAST_DAY / LAST
  • WEEK_OF_YEAR / WEEK
  • DAY_OF_WEEK / WEEKDAY
  • DAY_OF_YEAR / YEARDAY
  • NANO_OF_SECOND / NANOSECOND
  • MICRO_OF_SECOND / MICROSECOND
  • MILLI_OF_SECOND / MILLISECOND
  • EPOCH_DAY / EPOCHDAY
  • OFFSET_SECONDS / OFFSET
  • QUARTER_OF_YEAR / QUARTER
  • ARRAY_AGG aggregation
  • LTRIM, RTRIM, LEFT, RIGHT, REPLACE, REVERSE, POSITION and REGEXP_LIKE string functions
  • Temporal and geo distance BETWEEN
  • temporal parsing and formatting using MySQL-style date time formats

@fupelaqu fupelaqu marked this pull request as ready for review September 23, 2025 14:29
@fupelaqu fupelaqu merged commit 83f4b17 into main Oct 2, 2025
2 checks passed
@fupelaqu fupelaqu deleted the refactoring branch October 12, 2025 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants