Package org.elasticsearch.compute.ann
Annotation Interface GroupingAggregator
Annotates a class that implements an aggregation function with grouping.
See
Aggregator for more information.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIftruethen the @timestamp LongVector will be appended to the input blocks of the aggregation function.Exceptions thrown by the `combine*(...)` methods to catch and convert into a warning and turn into a null value.
-
Element Details
-
value
IntermediateState[] value- Default:
{}
-
warnExceptions
Exceptions thrown by the `combine*(...)` methods to catch and convert into a warning and turn into a null value.- Default:
{}
-
includeTimestamps
boolean includeTimestampsIftruethen the @timestamp LongVector will be appended to the input blocks of the aggregation function.- Default:
false
-