Class UngroupedBoxedIntObjectVectorColumnSource

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

public class UngroupedBoxedIntObjectVectorColumnSource extends UngroupedObjectVectorColumnSource<Integer>
An Ungrouped Column sourced for the Boxed Type Integer.

The UngroupedBoxedC-harVectorColumnSource is replicated to all other types with io.deephaven.engine.table.impl.sources.Replicate. (C-har is deliberately spelled that way in order to prevent Replicate from altering this very comment).

  • Constructor Details

  • Method Details

    • getInt

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

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