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 ElementDescriptionExceptions 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:
{}
-