java.lang.Object
org.elasticsearch.compute.aggregation.blockhash.BlockHash
org.elasticsearch.compute.aggregation.blockhash.TimeSeriesBlockHash
All Implemented Interfaces:
Closeable, AutoCloseable, SeenGroupIds, org.elasticsearch.core.Releasable

public final class TimeSeriesBlockHash extends BlockHash
An optimized block hash that receives two blocks: tsid and timestamp, which are sorted. Since the incoming data is sorted, this block hash appends the incoming data to the internal arrays without lookup.