public static interface AggregationSpecification.Factory
AggregationSpecification
.Modifier and Type | Method and Description |
---|---|
default void |
addFunctionsTo(java.util.List<Function> functions) |
AggregationSpecification |
newInstance(QueryOptions options)
Creates a new
AggregationSpecification instance after having binded the parameters. |
AggregationSpecification newInstance(QueryOptions options)
AggregationSpecification
instance after having binded the parameters.options
- the query optionsAggregationSpecification
instance.default void addFunctionsTo(java.util.List<Function> functions)
Copyright © 2009-2022 The Apache Software Foundation