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

#1047 Expose AddFunction API for CESQL Parser #1051

Merged

Commits on May 9, 2024

  1. Added:

    - Initial implementation of a user defined function.
    - TCK tests for user defined functions.
    - Instructions on using user defined functions in README file.
    
    Signed-off-by: Dimitar Georgievski <[email protected]>
    dgeorgievski committed May 9, 2024
    Configuration menu
    Copy the full SHA
    01cc71b View commit details
    Browse the repository at this point in the history
  2. Moved tests assets for user defined fuctions from sql/v2/test to sql/…

    …v2/runtime
    
    Signed-off-by: Dimitar Georgievski <[email protected]>
    dgeorgievski committed May 9, 2024
    Configuration menu
    Copy the full SHA
    31e1907 View commit details
    Browse the repository at this point in the history
  3. moved runtime test to runtime/test dir

    Signed-off-by: Dimitar Georgievski <[email protected]>
    dgeorgievski committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f811b66 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Corrected test functions naming format and copyright year

    Signed-off-by: Dimitar Georgievski <[email protected]>
    dgeorgievski committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    22596a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b877ab4 View commit details
    Browse the repository at this point in the history