Interface AggregationSpecification.Factory

Enclosing class:
AggregationSpecification

public static interface AggregationSpecification.Factory
Factory for AggregationSpecification.
  • Method Details

    • newInstance

      AggregationSpecification newInstance(QueryOptions options)
      Creates a new AggregationSpecification instance after having binded the parameters.
      Parameters:
      options - the query options
      Returns:
      a new AggregationSpecification instance.
    • addFunctionsTo

      default void addFunctionsTo(List<Function> functions)