Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support many functions #15

Merged
merged 14 commits into from
Aug 6, 2022
Merged

Support many functions #15

merged 14 commits into from
Aug 6, 2022

Commits on Aug 5, 2022

  1. support is_distinct_from

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    640cacd View commit details
    Browse the repository at this point in the history
  2. add concat_array test case

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f7e5a9d View commit details
    Browse the repository at this point in the history
  3. support ROW_NUMBER

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c162081 View commit details
    Browse the repository at this point in the history
  4. fix COALESCE

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    8f5947d View commit details
    Browse the repository at this point in the history
  5. fix GROUP BY

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    bceb0b8 View commit details
    Browse the repository at this point in the history
  6. support FIRST_VALUE function

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5ff6289 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d205bd7 View commit details
    Browse the repository at this point in the history
  8. fix return types

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2c43ab1 View commit details
    Browse the repository at this point in the history
  9. fix current_time functions

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5858e8c View commit details
    Browse the repository at this point in the history
  10. add null guard

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5040699 View commit details
    Browse the repository at this point in the history
  11. fix parseDatetime

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    781e2e0 View commit details
    Browse the repository at this point in the history
  12. support hash functions

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a76ad47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3836aa3 View commit details
    Browse the repository at this point in the history
  14. support GENERATE_UUID function

    goccy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    167bb7c View commit details
    Browse the repository at this point in the history