Interface WritableChunkSink<ATTR extends Attributes.Any>

All Superinterfaces:
ChunkSource<ATTR>, FillContextMaker, GetContextMaker
All Known Subinterfaces:
WritableSource<T>
All Known Implementing Classes:
ArrayBackedColumnSource, BooleanArraySource, BooleanSingleValueSource, BooleanSparseArraySource, ByteArraySource, ByteSingleValueSource, ByteSparseArraySource, CharacterArraySource, CharacterSingleValueSource, CharacterSparseArraySource, DateTimeArraySource, DateTimeSparseArraySource, DeltaAwareColumnSource, DoubleArraySource, DoubleSingleValueSource, DoubleSparseArraySource, FloatArraySource, FloatSingleValueSource, FloatSparseArraySource, InstantArraySource, InstantSparseArraySource, IntegerArraySource, IntegerSingleValueSource, IntegerSparseArraySource, LongArraySource, LongSingleValueSource, LongSparseArraySource, NanosBasedTimeArraySource, NanosBasedTimeSparseArraySource, ObjectArraySource, ObjectSingleValueSource, ObjectSparseArraySource, RedirectedColumnSource, ShortArraySource, ShortSingleValueSource, ShortSparseArraySource, SingleValueColumnSource, SparseArrayColumnSource, UnboxedLongBackedWritableSource, ZonedDateTimeArraySource, ZonedDateTimeSparseArraySource

public interface WritableChunkSink<ATTR extends Attributes.Any> extends ChunkSource<ATTR>