Module org.elasticsearch.compute
Interface GroupingAggregatorState
- All Superinterfaces:
AutoCloseable,Closeable,org.elasticsearch.core.Releasable
- All Known Implementing Classes:
AbstractArrayState,AbstractFallibleArrayState,BytesRefArrayState,IpArrayState,RateDoubleAggregator.DoubleRateGroupingState,RateFloatAggregator.FloatRateGroupingState,RateIntAggregator.IntRateGroupingState,RateLongAggregator.LongRateGroupingState
public interface GroupingAggregatorState
extends org.elasticsearch.core.Releasable
-
Method Summary
Modifier and TypeMethodDescriptionvoidtoIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext) Extracts an intermediate view of the contents of this state.Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
toIntermediate
Extracts an intermediate view of the contents of this state.
-