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 theGROUPBYclause.addReduceFunction(String function, Object... args) Adds a reduce function to theGROUPBYclause.addReduceFunction(String function, String alias, Object... args) Adds a reduce function to theGROUPBYclause.toArgs()
-
Constructor Details
-
GroupBy
public GroupBy()
-
-
Method Details
-
addProperty
Adds a property to theGROUPBYclause.- Parameters:
property- the property- Returns:
- the current
GroupBy
-
addReduceFunction
Adds a reduce function to theGROUPBYclause.- 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 theGROUPBYclause.- Parameters:
function- the name of the functionargs- the arguments- Returns:
- the current
GroupBy
-
toArgs
-