Class ShiftedColumnSource<T>

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<T>
com.illumon.iris.db.v2.sources.ShiftedColumnSource<T>
Type Parameters:
T -
All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<T>, ConvertableTimeSource, ElementSource<T>, Releasable, UngroupableColumnSource, TupleExporter<T>, TupleSource<T>, Serializable

public class ShiftedColumnSource<T>
extends AbstractColumnSource<T>
implements UngroupableColumnSource, ConvertableTimeSource
A ColumnSource that provides internal shifted redirectionIndex logic to access into an underlying wrapped ColumnSource. This is used, in a ShiftedColumnOperation.addShiftedColumns(Table, long, String...)}.
See Also:
Serialized Form