Interface ChunkSink<ATTR extends Any>

All Superinterfaces:
ChunkSource<ATTR>, FillContextMaker, GetContextMaker
All Known Subinterfaces:
WritableColumnSource<T>, WritableRowRedirection
All Known Implementing Classes:
ArrayBackedColumnSource, BooleanArraySource, BooleanSingleValueSource, BooleanSparseArraySource, BooleanSparseArraySource.ReinterpretedAsByte, ByteArraySource, ByteSingleValueSource, ByteSparseArraySource, CharacterArraySource, CharacterSingleValueSource, CharacterSparseArraySource, ContiguousWritableRowRedirection, DeltaAwareColumnSource, DoubleArraySource, DoubleSingleValueSource, DoubleSparseArraySource, FloatArraySource, FloatSingleValueSource, FloatSparseArraySource, GroupedWritableRowRedirection, Immutable2DByteArraySource, Immutable2DCharArraySource, Immutable2DDoubleArraySource, Immutable2DFloatArraySource, Immutable2DInstantArraySource, Immutable2DIntArraySource, Immutable2DLongArraySource, Immutable2DNanosBasedTimeArraySource, Immutable2DObjectArraySource, Immutable2DShortArraySource, Immutable2DZonedDateTimeArraySource, ImmutableByteArraySource, ImmutableCharArraySource, ImmutableDoubleArraySource, ImmutableFloatArraySource, ImmutableInstantArraySource, ImmutableIntArraySource, ImmutableLongArraySource, ImmutableNanosBasedTimeArraySource, ImmutableObjectArraySource, ImmutableShortArraySource, ImmutableZonedDateTimeArraySource, InstantArraySource, InstantSparseArraySource, IntColumnSourceWritableRowRedirection, IntegerArraySource, IntegerSingleValueSource, IntegerSparseArraySource, LongArraySource, LongColumnSourceWritableRowRedirection, LongSingleValueSource, LongSparseArraySource, NanosBasedTimeArraySource, NanosBasedTimeSparseArraySource, NullValueColumnSource, ObjectArraySource, ObjectSingleValueSource, ObjectSparseArraySource, ShortArraySource, ShortSingleValueSource, ShortSparseArraySource, SingleValueColumnSource, SparseArrayColumnSource, WritableByteAsBooleanColumnSource, WritableRedirectedColumnSource, WritableRowRedirectionLockFree, ZonedDateTimeArraySource, ZonedDateTimeSparseArraySource

public interface ChunkSink<ATTR extends Any> extends ChunkSource<ATTR>