Class SymbolTableToUniqueIdSource

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<Integer>
com.illumon.iris.db.v2.SymbolTableToUniqueIdSource
All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<Integer>, ColumnSourceGetDefaults.ForInt, ElementSource<Integer>, ImmutableColumnSource<Integer>, ImmutableColumnSourceGetDefaults.ForInt, Releasable, TupleExporter<Integer>, TupleSource<Integer>, Serializable

public class SymbolTableToUniqueIdSource extends AbstractColumnSource<Integer> implements ImmutableColumnSourceGetDefaults.ForInt
A Column source that maps Symbol table keys from an original source to new values using a lookup source. The lookup source is generated by a SymbolTableCombiner using the factory method.
See Also: