| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> AggregateArgs.GroupBy<K,V> |
AggregateArgs.GroupBy.of(K... properties)
Static factory method to create a GroupBy instance.
|
AggregateArgs.GroupBy<K,V> |
AggregateArgs.GroupBy.reduce(AggregateArgs.Reducer<K,V> reducer) |
| Modifier and Type | Method and Description |
|---|---|
AggregateArgs.Builder<K,V> |
AggregateArgs.Builder.groupBy(AggregateArgs.GroupBy<K,V> groupBy)
Add a GROUPBY clause.
|
Copyright © 2025 lettuce.io. All rights reserved.