Class ColumnRegionObjectWithDictionary<T,ATTR extends Attributes.Values>

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.DeephavenColumnRegionObjectBase<T,ATTR>
com.illumon.iris.db.v2.sources.regioned.ColumnRegionObjectWithDictionary<T,ATTR>
Type Parameters:
T -
ATTR -
All Implemented Interfaces:
ChunkSource<ATTR>, DefaultChunkSource<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, Page.WithDefaults<ATTR>, PagingChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionObject<T,ATTR>, Releasable

public class ColumnRegionObjectWithDictionary<T,ATTR extends Attributes.Values> extends DeephavenColumnRegionObjectBase<T,ATTR>
A Column region for objects that is backed by a dictionary of values. Note that the dictionary keys are in the flat address space within the region [0,regionSize), not of the region itself.