static AggregateFunction<Integer> |
Aggregate.count() |
static AggregateFunction<Integer> |
Aggregate.filterCount(FilterPredicate filterPredicate) |
static AggregateFunction<Integer> |
Aggregate.filterCount(String predicateString) |
static AggregateFunction<Comparable> |
Aggregate.first(String colName) |
static AggregateFunction<Comparable> |
Aggregate.last(String colName) |
static AggregateFunction<Comparable> |
Aggregate.max(String colName) |
static AggregateFunction<Double> |
Aggregate.mean(String colName) |
static AggregateFunction<Comparable> |
Aggregate.median(String colName) |
static AggregateFunction<Comparable> |
Aggregate.min(String colName) |
static AggregateFunction<Integer> |
Aggregate.naCount(String column) |
static AggregateFunction<Comparable> |
Aggregate.quantile(String colName,
double quantile) |