Class ChunkDictionary<T,ATTR extends Any>

java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ChunkDictionary<T,ATTR>
All Implemented Interfaces:
LongBitmapStringSet.ReversibleLookup<T>

public class ChunkDictionary<T,ATTR extends Any> extends Object implements LongBitmapStringSet.ReversibleLookup<T>
Chunk-backed dictionary for use by ToPage implementations.