Uses of Class
io.quarkus.redis.datasource.search.AggregateArgs.GroupBy
-
Packages that use AggregateArgs.GroupBy Package Description io.quarkus.redis.datasource.search -
-
Uses of AggregateArgs.GroupBy in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return AggregateArgs.GroupBy Modifier and Type Method Description AggregateArgs.GroupByAggregateArgs.GroupBy. addProperty(String property)Adds a property to theGROUPBYclause.AggregateArgs.GroupByAggregateArgs.GroupBy. addReduceFunction(String function, Object... args)Adds a reduce function to theGROUPBYclause.AggregateArgs.GroupByAggregateArgs.GroupBy. addReduceFunction(String function, String alias, Object... args)Adds a reduce function to theGROUPBYclause.Methods in io.quarkus.redis.datasource.search with parameters of type AggregateArgs.GroupBy Modifier and Type Method Description AggregateArgsAggregateArgs. groupBy(AggregateArgs.GroupBy groupBy)Groups the results in the pipeline based on one or more properties.
-