Uses of Class
io.quarkus.redis.datasource.search.AggregateArgs.GroupBy
Packages that use AggregateArgs.GroupBy
-
Uses of AggregateArgs.GroupBy in io.quarkus.redis.datasource.search
Methods in io.quarkus.redis.datasource.search that return AggregateArgs.GroupByModifier and TypeMethodDescriptionAggregateArgs.GroupBy.addProperty(String property) Adds a property to theGROUPBYclause.AggregateArgs.GroupBy.addReduceFunction(String function, Object... args) Adds a reduce function to theGROUPBYclause.AggregateArgs.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.GroupByModifier and TypeMethodDescriptionAggregateArgs.groupBy(AggregateArgs.GroupBy groupBy) Groups the results in the pipeline based on one or more properties.