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.-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
get
Description copied from interface:LongBitmapStringSet.ReversibleLookupForward lookup from the integral index.- Specified by:
getin interfaceLongBitmapStringSet.ReversibleLookup<T>- Returns:
- the DATA_TYPE associated with the index.
-
rget
Description copied from interface:LongBitmapStringSet.ReversibleLookupReverse lookup of the DATA_TYPE.- Specified by:
rgetin interfaceLongBitmapStringSet.ReversibleLookup<T>- Returns:
- the integral index associated with the DATA_TYPE.
-
length
public final int length()
-