Interface AggregationSpecification.Factory

  • Enclosing class:
    AggregationSpecification

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

      • 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​(java.util.List<Function> functions)