Interface AggregatorState

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable
All Known Implementing Classes:
AnyBooleanAggregator.SingleState, AnyBytesRefAggregator.SingleState, AnyDoubleAggregator.SingleState, AnyFloatAggregator.SingleState, AnyIntAggregator.SingleState, AnyLongAggregator.SingleState, ExponentialHistogramStates.WithLongSingleState, SimpleLinearRegressionWithTimeseries, TDigestStates.WithLongSingleState

public interface AggregatorState extends org.elasticsearch.core.Releasable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    toIntermediate(Block[] blocks, int offset, DriverContext driverContext)
    Extracts an intermediate view of the contents of this state.

    Methods inherited from interface org.elasticsearch.core.Releasable

    close
  • Method Details

    • toIntermediate

      void toIntermediate(Block[] blocks, int offset, DriverContext driverContext)
      Extracts an intermediate view of the contents of this state.