Class BooleanArraySource

All Implemented Interfaces:
ChunkSink<Values>, ChunkSource<Values>, ChunkSource.WithPrev<Values>, ColumnSource<Boolean>, ElementSource<Boolean>, FillContextMaker, GetContextMaker, ColumnSourceGetDefaults.ForBoolean, DefaultChunkSource<Values>, DefaultChunkSource.WithPrev<Values>, MutableColumnSource<Boolean>, MutableColumnSourceGetDefaults.ForBoolean, ChunkedBackingStoreExposedWritableSource, FillUnordered<Values>, InMemoryColumnSource, Releasable, TupleExporter<Boolean>, TupleSource<Boolean>, WritableColumnSource<Boolean>, WritableSourceWithPrepareForParallelPopulation

public class BooleanArraySource extends ArrayBackedColumnSource<T> implements MutableColumnSourceGetDefaults.ForBoolean
TODO: Re-implement this with better compression (only need 2 bits per value, or we can pack 5 values into 1 byte if we're feeling fancy).