Class AggregateArgs.GroupBy
java.lang.Object
io.quarkus.redis.datasource.search.AggregateArgs.GroupBy
- Enclosing class:
- AggregateArgs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProperty
(String property) Adds a property to theGROUPBY
clause.addReduceFunction
(String function, Object... args) Adds a reduce function to theGROUPBY
clause.addReduceFunction
(String function, String alias, Object... args) Adds a reduce function to theGROUPBY
clause.toArgs()
-
Constructor Details
-
GroupBy
public GroupBy()
-
-
Method Details
-
addProperty
Adds a property to theGROUPBY
clause.- Parameters:
property
- the property- Returns:
- the current
GroupBy
-
addReduceFunction
Adds a reduce function to theGROUPBY
clause.- Parameters:
function
- the name of the functionalias
- the alias used in the returned documentargs
- the arguments- Returns:
- the current
GroupBy
-
addReduceFunction
Adds a reduce function to theGROUPBY
clause.- Parameters:
function
- the name of the functionargs
- the arguments- Returns:
- the current
GroupBy
-
toArgs
-