Uses of Interface
io.activej.aggregation.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in io.activej.aggregation
Constructors in io.activej.aggregation with parameters of type AggregateModifierConstructorDescriptionAggregationGroupReducer(@NotNull AggregationChunkStorage<C> storage, @NotNull AggregationStructure aggregation, @NotNull List<String> measures, @NotNull Class<T> recordClass, @NotNull PartitionPredicate<T> partitionPredicate, @NotNull Function<T, K> keyFunction, @NotNull Aggregate<T, Object> aggregate, int chunkSize, @NotNull DefiningClassLoader classLoader) -
Uses of Aggregate in io.activej.aggregation.util
Methods in io.activej.aggregation.util that return AggregateModifier and TypeMethodDescriptionUtils.createPreaggregator(AggregationStructure aggregation, Class<I> inputClass, Class<O> outputClass, Map<String, String> keyFields, Map<String, String> measureFields, DefiningClassLoader classLoader)