Uses of Record Class
com.loomcache.server.query.QueryPlan.AggregateFunction
Packages that use QueryPlan.AggregateFunction
-
Uses of QueryPlan.AggregateFunction in com.loomcache.server.query
Methods in com.loomcache.server.query that return QueryPlan.AggregateFunctionModifier and TypeMethodDescription@Nullable QueryPlan.AggregateFunctionQueryPlan.aggregateFunction()Returns the value of theaggregateFunctionrecord component.Constructors in com.loomcache.server.query with parameters of type QueryPlan.AggregateFunctionModifierConstructorDescriptionQueryPlan(List<String> selectedColumns, String mapName, Predicate wherePredicate, List<QueryPlan.OrderBy> orderByList, int limit, boolean explicitLimit, @Nullable QueryPlan.AggregateFunction aggregateFunction) Compact constructor for validation.QueryPlan(List<String> selectedColumns, String mapName, Predicate wherePredicate, List<QueryPlan.OrderBy> orderByList, int limit, @Nullable QueryPlan.AggregateFunction aggregateFunction)