| Class | Description |
|---|---|
| AggregateFunction<INCOL extends Column<?>,OUT> |
A partial implementation of aggregate functions to summarize over a numeric column
|
| AggregateFunctions | |
| BooleanAggregateFunction |
A partial implementation of aggregate functions to summarize over 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.
|
| StringFunction |
A partial implementation of aggregate functions to summarize over a date column
|
| 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
|
Copyright © 2020. All rights reserved.