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