Class ImmutableFloatArraySource

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<Float>
com.illumon.iris.db.v2.sources.immutable.ImmutableFloatArraySource
All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<Float>, ColumnSourceGetDefaults.ForFloat, ElementSource<Float>, ImmutableColumnSource<Float>, ImmutableColumnSourceGetDefaults.ForFloat, Releasable, TupleExporter<Float>, TupleSource<Float>, Serializable

public class ImmutableFloatArraySource
extends AbstractColumnSource<Float>
implements ImmutableColumnSourceGetDefaults.ForFloat
Simple array source for Immutable Float.

The ImmutableC-harArraySource 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:
Serialized Form