Interface WritableSource<T>

All Superinterfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, ColumnSource<T>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, ElementSource<T>, FillContextMaker, GetContextMaker, Releasable, TupleExporter<T>, TupleSource<T>, WritableChunkSink<Attributes.Values>
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 WritableSource<T>
extends ColumnSource<T>, WritableChunkSink<Attributes.Values>