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

evalEngine: Implement ELT and FIELD #15249

Merged
merged 9 commits into from
Apr 1, 2024
Merged

Commits on Feb 15, 2024

  1. evalEngine: Implement ELT

    Signed-off-by: Noble Mittal <noblemittal@outlook.com>
    beingnoble03 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0ef3fa2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. evalEngine: Implement FIELD

    Signed-off-by: Noble Mittal <noblemittal@outlook.com>
    beingnoble03 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8147e88 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fix FIELD for DOUBLE conversions

    Signed-off-by: Noble Mittal <noblemittal@outlook.com>
    beingnoble03 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    55eb73a View commit details
    Browse the repository at this point in the history
  2. Add cached_size changes for FIELD

    Signed-off-by: Noble Mittal <noblemittal@outlook.com>
    beingnoble03 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d09872d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Split Fn_FIELD into separate functions

    Signed-off-by: Noble Mittal <noblemittal@outlook.com>
    beingnoble03 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f15f677 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Make use of bytes.Equal

    Signed-off-by: Noble Mittal <noblemittal@outlook.com>
    beingnoble03 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    14944a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix decimal cases for FIELD

    Signed-off-by: Noble Mittal <noblemittal@outlook.com>
    beingnoble03 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    660d5c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fix literal NULL in list with numerical types

    If there's a literal NULL with only numerical types, we also have to
    convert to DOUBLE instead of ignoring the NULL.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    67d898b View commit details
    Browse the repository at this point in the history
  2. Fix collation handling for FIELD

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    baf6e3c View commit details
    Browse the repository at this point in the history