Class UngroupedBoxedLongDbArrayColumnSource

All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<Long>, ColumnSourceGetDefaults.ForObject<Long>, ElementSource<Long>, MutableColumnSource<Long>, MutableColumnSourceGetDefaults.ForObject<Long>, Releasable, TupleExporter<Long>, TupleSource<Long>, Serializable

public class UngroupedBoxedLongDbArrayColumnSource extends UngroupedDbArrayColumnSource<Long>
An Ungrouped Column sourced for the Boxed Type Long.

The UngroupedBoxedC-harDbArrayColumnSource is replicated to all other types with com.illumon.iris.db.v2.sources.Replicate. (C-har is deliberately spelled that way in order to prevent Replicate from altering this very comment).

See Also:
  • Constructor Details

    • UngroupedBoxedLongDbArrayColumnSource

      public UngroupedBoxedLongDbArrayColumnSource(ColumnSource<DbArray<Long>> innerSource)
  • Method Details

    • getLong

      public long getLong(long index)
      Description copied from interface: ElementSource
      Get the value at the index as a long.
      Parameters:
      index - the location in index space to get the value from.
      Returns:
      the long at the index, null values are represented by QueryConstants.NULL_LONG
    • getPrevLong

      public long getPrevLong(long index)
      Description copied from interface: ElementSource
      Get the previous value at the index as a long. See ElementSource.getPrev(long) for more details.
      Parameters:
      index - the location in index space to get the previous value from.
      Returns:
      the previous long at the index, null values are represented by QueryConstants.NULL_LONG