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

ESQL: Generate evaluator factories #100516

Merged
merged 9 commits into from
Oct 25, 2023

Commits on Oct 9, 2023

  1. ESQL: Generate evaluator factories

    This generates the evaluator factories which we'd been implementing
    inline with `->`. The advantage of generating them is that they have a
    useful `toString` and class name. These are useful for debugging and let
    us remove a kind of errant use `ThrowingDriverContext` just to generate
    a factory description for logging. Now we can just use the generated
    `toString`.
    nik9000 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    89fe2ed View commit details
    Browse the repository at this point in the history
  2. Fix test

    nik9000 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7432b14 View commit details
    Browse the repository at this point in the history
  3. No really

    nik9000 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2bc3281 View commit details
    Browse the repository at this point in the history
  4. Format

    nik9000 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8dc6fbe View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update x-pack/plugin/esql/compute/ann/src/main/java/org/elasticsearch…

    …/compute/ann/Fixed.java
    
    Co-authored-by: Alexander Spies <[email protected]>
    nik9000 and alex-spies authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2717216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d0f8b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/nik9000/esql_gen_tostring_…

    …think' into esql_gen_tostring_think
    nik9000 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3263c33 View commit details
    Browse the repository at this point in the history
  4. Simplify builder

    nik9000 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    437fc08 View commit details
    Browse the repository at this point in the history
  5. Make it a record

    nik9000 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0615cc8 View commit details
    Browse the repository at this point in the history