Class UngroupedBoxedFloatArrayColumnSource

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

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

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

    • UngroupedBoxedFloatArrayColumnSource

      public UngroupedBoxedFloatArrayColumnSource(ColumnSource<Float[]> innerSource)
  • Method Details