Class UngroupedBoxedFloatDbArrayColumnSource

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

public class UngroupedBoxedFloatDbArrayColumnSource extends UngroupedDbArrayColumnSource<Float>
An Ungrouped Column sourced for the Boxed Type Float.

The UngroupedBoxedC-harDbArrayColumnSource is replicated to all other types with com.illumon.iris.db.v2.sources.Replicate. (C-har is deliberately spelled that way in order to prevent Replicate from altering this very comment).

See Also:
  • Constructor Details

    • UngroupedBoxedFloatDbArrayColumnSource

      public UngroupedBoxedFloatDbArrayColumnSource(ColumnSource<DbArray<Float>> innerSource)
  • Method Details

    • getFloat

      public float getFloat(long index)
      Description copied from interface: ElementSource
      Get the value at the index as a float.
      Parameters:
      index - the location in index space to get the value from.
      Returns:
      the float at the index, null values are represented by QueryConstants.NULL_FLOAT
    • getPrevFloat

      public float getPrevFloat(long index)
      Description copied from interface: ElementSource
      Get the previous value at the index as a float. See ElementSource.getPrev(long) for more details.
      Parameters:
      index - the location in index space to get the previous value from.
      Returns:
      the previous float at the index, null values are represented by QueryConstants.NULL_FLOAT