Uses of Class
io.activej.aggregation.AggregationQuery
Packages that use AggregationQuery
-
Uses of AggregationQuery in io.activej.aggregation
Methods in io.activej.aggregation that return AggregationQueryModifier and TypeMethodDescriptionstatic AggregationQueryAggregationQuery.create()static AggregationQuerystatic AggregationQueryAggregationQuery.withMeasure(String field) AggregationQuery.withMeasures(String... fields) AggregationQuery.withMeasures(List<String> fields) AggregationQuery.withPredicate(AggregationPredicate predicate) AggregationQuery.withPredicates(List<AggregationPredicate> predicates) Methods in io.activej.aggregation with parameters of type AggregationQueryModifier and TypeMethodDescriptiondoubleAggregation.estimateCost(AggregationQuery query) <T> StreamSupplier<T>Aggregation.query(AggregationQuery query, Class<T> outputClass) <T> StreamSupplier<T>Aggregation.query(AggregationQuery query, Class<T> outputClass, DefiningClassLoader queryClassLoader) Returns aStreamSupplierof the records retrieved from aggregation for the specified query.<T> StreamSupplier<T>IAggregation.query(AggregationQuery query, Class<T> outputClass, DefiningClassLoader classLoader)