Class HashTableColumnSource<DATA_TYPE>

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<DATA_TYPE>
com.illumon.iris.db.v2.by.HashTableColumnSource<DATA_TYPE>
All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<DATA_TYPE>, ElementSource<DATA_TYPE>, Releasable, TupleExporter<DATA_TYPE>, TupleSource<DATA_TYPE>, Serializable

public class HashTableColumnSource<DATA_TYPE>
extends AbstractColumnSource<DATA_TYPE>
implements ColumnSource<DATA_TYPE>
ColumnSource implementation that delegates to the main and overflow sources for a hash table column.
See Also:
Serialized Form