Interface RowKeyAgnosticChunkSource<ATTR extends Any>
- All Superinterfaces:
FillUnordered<ATTR>
- All Known Implementing Classes:
BooleanSingleValueSource
,ByteSingleValueSource
,CharacterSingleValueSource
,DoubleSingleValueSource
,FloatSingleValueSource
,ImmutableConstantByteSource
,ImmutableConstantCharSource
,ImmutableConstantDoubleSource
,ImmutableConstantFloatSource
,ImmutableConstantInstantSource
,ImmutableConstantIntSource
,ImmutableConstantLongSource
,ImmutableConstantNanosBasedTimeSource
,ImmutableConstantObjectSource
,ImmutableConstantShortSource
,ImmutableConstantZonedDateTimeSource
,IntegerSingleValueSource
,LongSingleValueSource
,NullValueColumnSource
,ObjectSingleValueSource
,ShortSingleValueSource
,SingleValueColumnSource
This is a marker interface for chunk sources that are agnostic of the row key when evaluating the value for a given
row key.
-
Method Summary
Methods inherited from interface io.deephaven.engine.table.impl.sources.FillUnordered
fillChunkUnordered, fillPrevChunkUnordered, providesFillUnordered