AbstractColumnSource<T> |
The basis for all Column Sources.
|
AbstractColumnSource.DefaultedImmutable<DATA_TYPE> |
|
AbstractColumnSource.DefaultedMutable<DATA_TYPE> |
|
ArrayBackedColumnSource<T> |
A ColumnSource backed by in-memory arrays of data.
|
ArrayColumnSourceConfiguration |
A central view of configuration options for array column sources.
|
BitMaskingColumnSource<T> |
|
BitShiftingColumnSource<T> |
|
BooleanArraySource |
|
BooleanAsByteColumnSource |
|
BooleanSingleValueSource |
Single value source for Boolean.
|
BooleanSparseArraySource |
Sparse array source for Boolean.
|
BoxedColumnSource<DATA_TYPE> |
ColumnSource implementation for explicitly boxing a primitive into a more complex type,
e.g.
|
BoxedColumnSource.OfDateTime |
|
BoxedLongAsTimeSource<TIME_TYPE> |
Reinterpret result ColumnSource implementations that translates long values to various Time types.
|
ByteArraySource |
Simple array source for Byte.
|
ByteSingleValueSource |
Single value source for Byte.
|
ByteSparseArraySource |
Sparse array source for Byte.
|
CharacterArraySource |
Simple array source for Character.
|
CharacterSingleValueSource |
Single value source for Character.
|
CharacterSparseArraySource |
Sparse array source for Character.
|
ColumnSourceGetDefaults |
Defaulted interfaces for various base ColumnSource types, in order to avoid having defaults at higher levels
in the class hierarchy.
|
CrossJoinRightColumnSource<T> |
|
DateTimeArraySource |
|
DatetimeAsLongColumnSource |
|
DateTimeSparseArraySource |
Array-backed ColumnSource for DBDateTimes.
|
DoubleArraySource |
Simple array source for Double.
|
DoubleNullToZeroColumnSource |
If you want to expose the internal state of an aggregation and compare it, then the new tables might have nulls where
the old tables have zero.
|
DoubleSingleValueSource |
Single value source for Double.
|
DoubleSparseArraySource |
Sparse array source for Double.
|
EmptyToNullStringRegionedColumnSource<STRING_LIKE_TYPE extends CharSequence> |
Regioned ColumnSource that replaces empty CharSequences with null.
|
FloatArraySource |
Simple array source for Float.
|
FloatSingleValueSource |
Single value source for Float.
|
FloatSparseArraySource |
Sparse array source for Float.
|
ImmutableColumnSourceGetDefaults |
Defaulted interfaces for various immutable ColumnSource types, in order to avoid having defaults at higher
levels in the class hierarchy.
|
InstantArraySource |
Array-backed ColumnSource for Instant s.
|
InstantAsLongColumnSource |
|
InstantSparseArraySource |
Sparse Array-backed ColumnSource for Instants.
|
IntegerArraySource |
Simple array source for Integer.
|
IntegerSingleValueSource |
Single value source for Integer.
|
IntegerSparseArraySource |
Sparse array source for Integer.
|
ListAggregateColumnSource |
ColumnSource implementation for aggregation result columns.
|
LocalDateWrapperSource |
|
LocalTimeWrapperSource |
|
LongArraySource |
Simple array source for Long.
|
LongAsDateTimeColumnSource |
|
LongAsInstantColumnSource |
|
LongAsLocalDateColumnSource |
|
LongAsLocalTimeColumnSource |
|
LongAsZonedDateTimeColumnSource |
|
LongSingleValueSource |
Single value source for Long.
|
LongSparseArraySource |
Sparse array source for Long.
|
MutableColumnSourceGetDefaults |
Defaulted interfaces for various mutable ColumnSource types, in order to avoid having defaults at higher
levels in the class hierarchy.
|
NanosBasedTimeArraySource<TIME_TYPE> |
|
NanosBasedTimeSparseArraySource<TIME_TYPE> |
Array-backed ColumnSource for TIME_TYPEs.
|
NullValueColumnSource<T> |
A column source that returns null for all keys.
|
ObjectArraySource<T> |
|
ObjectSingleValueSource<T> |
Single value source for Object.
|
ObjectSparseArraySource<T> |
Sparse array source for Object.
|
PrevColumnSource<T> |
Wrapper ColumnSource that maps current data accessors to previous data accessors (and disables previous data
accessors).
|
ReadOnlyRedirectedColumnSource<T> |
|
RedirectedColumnSource<T> |
|
ReinterpretUtilities |
|
ReversedColumnSource<T> |
This column source wraps another column source, and returns the values in the opposite order.
|
RowIdSource |
|
ShiftedColumnSource<T> |
|
ShortArraySource |
Simple array source for Short.
|
ShortSingleValueSource |
Single value source for Short.
|
ShortSparseArraySource |
Sparse array source for Short.
|
SingleValueColumnSource<T> |
|
SingleValueObjectColumnSource<DATA_TYPE> |
ColumnSource implementation for columns of a single unique value.
|
SinkFiller |
|
SparseArrayColumnSource<T> |
A column source backed by arrays that may not be filled in all blocks.
|
SparseArrayColumnSource.FillByContext<UArray> |
|
SparseArrayColumnSourceConfiguration |
A central view of configuration options for sparse array column sources.
|
StringSetImpl |
The StringSet implementation used by column sources.
|
SwitchColumnSource<T> |
|
UnboxedByteBackedColumnSource<T> |
Reinterpret result for many ColumnSource implementations that internally represent Boolean values
as byte values.
|
UnboxedLongBackedColumnSource<T> |
Reinterpret result for many ColumnSource implementations that internally represent DBDateTime values
as long values.
|
UnboxedLongBackedWritableSource<T> |
|
UnboxedTimeBackedColumnSource<TIME_TYPE> |
Reinterpret result ColumnSource implementations that translates various Time sources to long values.
|
UngroupedArrayColumnSource<T> |
|
UngroupedBooleanArrayColumnSource |
|
UngroupedBoxedBooleanArrayColumnSource |
|
UngroupedBoxedByteArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Byte.
|
UngroupedBoxedByteDbArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Byte.
|
UngroupedBoxedCharArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Character.
|
UngroupedBoxedCharDbArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Character.
|
UngroupedBoxedDoubleArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Double.
|
UngroupedBoxedDoubleDbArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Double.
|
UngroupedBoxedFloatArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Float.
|
UngroupedBoxedFloatDbArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Float.
|
UngroupedBoxedIntArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Integer.
|
UngroupedBoxedIntDbArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Integer.
|
UngroupedBoxedLongArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Long.
|
UngroupedBoxedLongDbArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Long.
|
UngroupedBoxedShortArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Short.
|
UngroupedBoxedShortDbArrayColumnSource |
An Ungrouped Column sourced for the Boxed Type Short.
|
UngroupedByteArrayColumnSource |
|
UngroupedByteDbArrayColumnSource |
|
UngroupedCharArrayColumnSource |
|
UngroupedCharDbArrayColumnSource |
|
UngroupedColumnSource<T> |
|
UngroupedDbArrayColumnSource<T> |
|
UngroupedDoubleArrayColumnSource |
|
UngroupedDoubleDbArrayColumnSource |
|
UngroupedFloatArrayColumnSource |
|
UngroupedFloatDbArrayColumnSource |
|
UngroupedIntArrayColumnSource |
|
UngroupedIntDbArrayColumnSource |
|
UngroupedLongArrayColumnSource |
|
UngroupedLongDbArrayColumnSource |
|
UngroupedShortArrayColumnSource |
|
UngroupedShortDbArrayColumnSource |
|
UnionColumnSource<T> |
|
UnionRedirection |
This class manages the constituent Tables for a UnionColumnSource, so that we can map from an outer (merged) index
into the appropriate segment of a component table.
|
UnionSourceManager |
|
ViewColumnSource<T> |
|
ViewColumnSource.VCSFillContext |
|
ViewColumnSource.VCSGetContext |
|
ZonedDateTimeArraySource |
Array-backed ColumnSource for Instant s.
|
ZonedDateTimeAsLongSource |
|
ZonedDateTimeSparseArraySource |
Array-backed ColumnSource for Instant s.
|