| Package | Description |
|---|---|
| io.lettuce.core.search.aggregateutils |
| Modifier and Type | Class and Description |
|---|---|
static class |
Reducers.Avg<K> |
static class |
Reducers.Count<K> |
static class |
Reducers.CountDistinct<K> |
static class |
Reducers.CountDistinctish<K> |
static class |
Reducers.FirstValue<K> |
static class |
Reducers.Max<K> |
static class |
Reducers.Min<K> |
static class |
Reducers.Quantile<K> |
static class |
Reducers.RandomSample<K> |
static class |
Reducers.Stddev<K> |
static class |
Reducers.Sum<K> |
static class |
Reducers.ToList<K> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Reducer<K>> |
Reducer.as(K alias)
Set an alias for the reducer result using AS keyword.
|
| Modifier and Type | Method and Description |
|---|---|
GroupBy<K,V> |
GroupBy.reduce(Reducer<K> reducer)
Add a reducer to this GROUPBY operation.
|
Copyright © 2026 lettuce.io. All rights reserved.