Reducer |
Reducer.as(String alias) |
static Reducer |
Reducers.avg(String field) |
static Reducer |
Reducers.count_distinct(String field) |
static Reducer |
Reducers.count_distinctish(String field) |
static Reducer |
Reducers.count() |
static Reducer |
Reducers.first_value(String field) |
static Reducer |
Reducers.first_value(String field,
SortedField sortBy) |
static Reducer |
Reducers.max(String field) |
static Reducer |
Reducers.min(String field) |
static Reducer |
Reducers.quantile(String field,
double percentile) |
static Reducer |
Reducers.random_sample(String field,
int size) |
Reducer |
Reducer.setAlias(String alias) |
Reducer |
Reducer.setAliasAsField() |
static Reducer |
Reducers.stddev(String field) |
static Reducer |
Reducers.sum(String field) |
static Reducer |
Reducers.to_list(String field) |