| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
AggregateArgs.Reducer<K,V> |
AggregateArgs.Reducer.as(K alias) |
static <K,V> AggregateArgs.Reducer<K,V> |
AggregateArgs.Reducer.avg(V field)
Static factory method to create an AVG reducer.
|
static <K,V> AggregateArgs.Reducer<K,V> |
AggregateArgs.Reducer.count()
Static factory method to create a COUNT reducer.
|
static <K,V> AggregateArgs.Reducer<K,V> |
AggregateArgs.Reducer.countDistinct(V field)
Static factory method to create a COUNT_DISTINCT reducer.
|
static <K,V> AggregateArgs.Reducer<K,V> |
AggregateArgs.Reducer.max(V field)
Static factory method to create a MAX reducer.
|
static <K,V> AggregateArgs.Reducer<K,V> |
AggregateArgs.Reducer.min(V field)
Static factory method to create a MIN reducer.
|
static <K,V> AggregateArgs.Reducer<K,V> |
AggregateArgs.Reducer.sum(V field)
Static factory method to create a SUM reducer.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateArgs.GroupBy<K,V> |
AggregateArgs.GroupBy.reduce(AggregateArgs.Reducer<K,V> reducer) |
Copyright © 2025 lettuce.io. All rights reserved.