Module org.elasticsearch.compute
Class AnyFloatAggregator.SingleState
java.lang.Object
org.elasticsearch.compute.aggregation.AnyFloatAggregator.SingleState
- All Implemented Interfaces:
Closeable,AutoCloseable,AggregatorState,org.elasticsearch.core.Releasable
- Enclosing class:
AnyFloatAggregator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidtoIntermediate(Block[] blocks, int offset, DriverContext driverContext) Extracts an intermediate view of the contents of this state.
-
Constructor Details
-
SingleState
-
-
Method Details
-
toIntermediate
Description copied from interface:AggregatorStateExtracts an intermediate view of the contents of this state.- Specified by:
toIntermediatein interfaceAggregatorState
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-