Interface | Description |
---|---|
CategoricalColumn<T> |
A column type that can be summarized, or serve as a grouping variable in cross tabs or other
aggregation operations.
|
ColumnType | |
NumericColumn<T> |
Class | Description |
---|---|
BooleanColumn |
A column in a base table that contains float values
|
DateColumn |
A column in a base table that contains float values
|
DateTimeColumn |
A column in a table that contains long-integer encoded (packed) local date-time values
|
DoubleColumn | |
FloatColumn | |
InstantColumn |
A column in a table that contains long-integer encoded (packed) local date-time values
|
IntColumn | |
LongColumn | |
NumberColumn<T extends Number> | |
QuerySupport |
Utility methods to aid in the construction of complex queries on tables
|
Row | |
ShortColumn | |
StringColumn |
A column that contains String values.
|
Table |
A table of data, consisting of some number of columns, each of which has the same number of rows.
|
Table.RowPair | Deprecated |
TextColumn |
A column that contains String values.
|
TimeColumn |
A column in a base table that contains float values
|
Copyright © 2019. All rights reserved.