Skip to content

Commit

Permalink
Update x-pack/plugin/esql/compute/ann/src/main/java/org/elasticsearch…
Browse files Browse the repository at this point in the history
…/compute/ann/Fixed.java

Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
  • Loading branch information
nik9000 and alex-spies authored Oct 25, 2023
1 parent 8dc6fbe commit 2717216
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
boolean includeInToString() default true;

/**
* Should the Evaluator's Factory build this per evaluator with a
* Should the Evaluator's factory build this per evaluator with a
* {@code Function<DriverContext, T>} or just take fixed implementation?
* This is typically set to {@code true} to use the {@link Function}
* to make "scratch" objects which have to be isolated in a single thread.
* This is typeically set to {@code false} when the parameter is simply
* This is typically set to {@code false} when the parameter is simply
* immutable and can be shared.
*/
boolean build() default false;
Expand Down

0 comments on commit 2717216

Please sign in to comment.