Class | Description |
---|---|
AggregateFunction<INCOL extends Column<?>,OUT> |
An abstract class that provides a partial implementation of aggregate functions to summarize over
a column
|
AggregateFunctions |
Static utility class for pre-defined instances of
AggregateFunction |
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 StringColumn TODO: Consider
renaming to StringAggregateFunction for consistency
|
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 © 2021. All rights reserved.