Interface TDigestBlock

All Superinterfaces:
org.apache.lucene.util.Accountable, AutoCloseable, Block, BlockLoader.Block, Closeable, HistogramBlock, org.elasticsearch.core.RefCounted, org.elasticsearch.core.Releasable, Writeable
All Known Implementing Classes:
ConstantNullBlock, TDigestArrayBlock

public sealed interface TDigestBlock extends HistogramBlock permits ConstantNullBlock, TDigestArrayBlock