| AggregateFunction<INCOL extends Column<?>,OUT> |
An abstract class that provides a partial implementation of aggregate functions to summarize over
a column
|
| AggregateFunctions |
|
| AnyIntAggregateFunction |
Partial implementation of AggregateFunction that returns an integer when applied to a column of
any type
|
| BooleanAggregateFunction |
A partial implementation of aggregate functions to summarize over a boolean column
|
| BooleanDoubleAggregateFunction |
Partial implementation of Aggregate function that returns a Double value when applied to a
BooleanColumn
|
| BooleanIntAggregateFunction |
A partial implementation of an AggregateFunction that returns an Integer value when applied to a
Boolean Column
|
| CrossTab |
Utilities for creating frequency and proportion cross tabs
|
| DateAggregateFunction |
A partial implementation of aggregate functions to summarize over a date column
|
| DateTimeAggregateFunction |
A partial implementation of aggregate functions to summarize over a dateTime column
|
| InstantAggregateFunction |
A partial implementation of aggregate functions to summarize over an instant column
|
| NumericAggregateFunction |
A partial implementation of aggregate functions to summarize over a numeric column
|
| PivotTable |
PivotTable is used to 'rotate' a source table such that it is summarized on the values of some
column.
|
| StringAggregateFunction |
A partial implementation of aggregate functions to summarize over a StringColumn and return a
String
|
| Summarizer |
Summarizes the data in a table, by applying functions to a subset of its columns.
|
| TimeAggregateFunction |
A partial implementation of aggregate functions to summarize over a time column
|