Class UngroupedBoxedIntDbArrayColumnSource

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

public class UngroupedBoxedIntDbArrayColumnSource extends UngroupedDbArrayColumnSource<Integer>
An Ungrouped Column sourced for the Boxed Type Integer.

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

  • Method Details

    • getInt

      public int getInt(long index)
      Description copied from interface: ElementSource
      Get the value at the index as an int.
      Parameters:
      index - the location in index space to get the value from.
      Returns:
      the int at the index, null values are represented by QueryConstants.NULL_INT
    • getPrevInt

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