Class UnboxedLongBackedColumnSource<T>

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<Long>
com.illumon.iris.db.v2.sources.UnboxedLongBackedColumnSource<T>
All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<Long>, ColumnSourceGetDefaults.ForLong, ColumnSourceGetDefaults.LongBacked<Long>, ElementSource<Long>, MutableColumnSource<Long>, MutableColumnSourceGetDefaults.ForLong, MutableColumnSourceGetDefaults.LongBacked<Long>, Releasable, TupleExporter<Long>, TupleSource<Long>, Serializable
Direct Known Subclasses:
UnboxedLongBackedWritableSource

public class UnboxedLongBackedColumnSource<T>
extends AbstractColumnSource<Long>
implements MutableColumnSourceGetDefaults.ForLong
Reinterpret result for many ColumnSource implementations that internally represent DBDateTime values as long values.
See Also:
Serialized Form