Package org.elasticsearch.compute.ann
Annotation Interface Fixed
Used on parameters on methods annotated with
Evaluator to indicate
parameters that are provided to the generated evaluator's constructor rather
than recalculated for every row.-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanShould this attribute be in the Evaluator'stoString?Defines the scope of the parameter.
-
Element Details
-
includeInToString
boolean includeInToStringShould this attribute be in the Evaluator'stoString?- Default:
true
-
scope
Fixed.Scope scopeDefines the scope of the parameter. - SINGLETON (default) will build a single instance and share it across all evaluators - THREAD_LOCAL will build a new instance for each evaluator thread- Default:
SINGLETON
-