Package org.elasticsearch.compute.ann
Annotation Interface IntermediateState
public @interface IntermediateState
Description of a column of data that makes up the intermediate state of
an aggregation.
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameName of the column. -
type
String typeType of the column. This should be the name of an element type or an element type followed by_BLOCK. If this ends in_BLOCKthen the aggregation will theBlockas an argument tocombineIntermediateand a position. It's the aggregation's responsibility to iterate values from the block as needed.
-