Package org.elasticsearch.compute.ann
package org.elasticsearch.compute.ann
-
ClassDescriptionTrigger for generating
AggregatorFunctionimplementations.Implement an evaluator for a function applying a staticprocessmethod to each value of a multivalued field.Implement an evaluator from a staticprocessmethod.Used on parameters on methods annotated withEvaluatorto indicate parameters that are provided to the generated evaluator's constructor rather than recalculated for every row.Defines the parameter scopeAnnotates a class that implements an aggregation function with grouping.Description of a column of data that makes up the intermediate state of an aggregation.Implement an evaluator for a function reducing multivalued fields into a single valued field from a staticprocessmethod.