Class UngroupedBoxedCharObjectVectorColumnSource

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

public class UngroupedBoxedCharObjectVectorColumnSource extends UngroupedObjectVectorColumnSource<Character>
An Ungrouped Column sourced for the Boxed Type Character.

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

    • getChar

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

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