Uses of Interface
com.pervasive.datarush.operators.group.AggregatorFactory
Packages that use AggregatorFactory
-
Uses of AggregatorFactory in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group that return AggregatorFactoryModifier and TypeMethodDescriptionAggregation.getAggregatorFactory()Returns the aggregator factory for this aggregation.Constructors in com.pervasive.datarush.operators.group with parameters of type AggregatorFactoryModifierConstructorDescriptionAggregation(AggregatorFactory aggregatorFactory, ScalarValuedFunction sourceFunction) Constructs anAggregationfor a specified record field using specified arguments.Aggregation(AggregatorFactory aggregatorFactory, String sourceField) Constructs anAggregationfor a specified record field using specified arguments.Aggregation(AggregatorFactory aggregatorFactory, List<ScalarValuedFunction> sourceFunctions) Constructs anAggregationfor a specified record field using specified arguments.