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 ElementDescriptionbooleantrueif this is a time-series aggregationExceptions 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:
{}
-
timeseries
boolean timeseriestrueif this is a time-series aggregation- Default:
false
-