Class UngroupedBoxedShortArrayColumnSource

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

public class UngroupedBoxedShortArrayColumnSource extends UngroupedColumnSource<Short> implements MutableColumnSourceGetDefaults.ForObject<Short>
An Ungrouped Column sourced for the Boxed Type Short.

The UngroupedBoxedC-harArrayColumnSource 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

    • UngroupedBoxedShortArrayColumnSource

      public UngroupedBoxedShortArrayColumnSource(ColumnSource<Short[]> innerSource)
  • Method Details