Interface TDigestBlock

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

public sealed interface TDigestBlock extends Block permits ConstantNullBlock, TDigestArrayBlock