| 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
|
| NumericAggregateFunction |
A partial implementation of aggregate functions to summarize over a numeric 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 © 2018. All rights reserved.