public static class AggregateArgs.Filter<K,V> extends Object implements AggregateArgs.PipelineOperation<K,V>
Filters the results using predicate expressions relating to values in each result. Filters are applied after the query and relate to the current state of the pipeline. This allows filtering on computed fields created by APPLY operations or reducer results.
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandArgs<K,V> args)
Build the operation arguments into the command args.
|
public Filter(V expression)
public void build(CommandArgs<K,V> args)
AggregateArgs.PipelineOperationbuild in interface AggregateArgs.PipelineOperation<K,V>args - the command args to build intoCopyright © 2025 lettuce.io. All rights reserved.