Interface MutableColumnSourceGetDefaults.ForLongAsDateTime

All Superinterfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, ColumnSource<DBDateTime>, ColumnSourceGetDefaults.ForLongAsDateTime, ColumnSourceGetDefaults.LongBacked<DBDateTime>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, ElementSource<DBDateTime>, FillContextMaker, GetContextMaker, MutableColumnSource<DBDateTime>, MutableColumnSourceGetDefaults.LongBacked<DBDateTime>, Releasable, TupleExporter<DBDateTime>, TupleSource<DBDateTime>
All Known Implementing Classes:
DateTimeArraySource, DateTimeSparseArraySource
Enclosing class:
MutableColumnSourceGetDefaults

public static interface MutableColumnSourceGetDefaults.ForLongAsDateTime extends ColumnSourceGetDefaults.ForLongAsDateTime, MutableColumnSourceGetDefaults.LongBacked<DBDateTime>
Default interface for mutable DBDateTime ColumnSource implementations.
  • Method Details

    • getPrev

      default DBDateTime getPrev(long index)
      Description copied from interface: ElementSource
      Get the previous value at the index. Previous values are used during an LTM update cycle to process changes in data. During normal operation previous values will be identical to current values.
      Specified by:
      getPrev in interface ElementSource<DBDateTime>
      Parameters:
      index - the location in index space to get the value from.
      Returns:
      the previous value at the index, or null.