Class UngroupedBoxedDoubleObjectVectorColumnSource

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

public class UngroupedBoxedDoubleObjectVectorColumnSource extends UngroupedObjectVectorColumnSource<Double>
An Ungrouped Column sourced for the Boxed Type Double.

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

    • getDouble

      public double getDouble(long rowKey)
      Description copied from interface: ElementSource
      Get the value at the rowKey as a double. RowKeys that are not present are undefined.
      Parameters:
      rowKey - the location in key space to get the value from.
      Returns:
      the double at the rowKey, null values are represented by QueryConstants.NULL_DOUBLE
    • getPrevDouble

      public double getPrevDouble(long rowKey)
      Description copied from interface: ElementSource
      Get the previous value at the rowKey as a double. 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 double at the rowKey, null values are represented by QueryConstants.NULL_DOUBLE