Uses of Interface
com.pervasive.datarush.operators.group.AggregatorFactory
-
Packages that use AggregatorFactory Package Description com.pervasive.datarush.operators.group Provides data aggregation components. -
-
Uses of AggregatorFactory in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group that return AggregatorFactory Modifier and Type Method Description AggregatorFactoryAggregation. getAggregatorFactory()Returns the aggregator factory for this aggregation.Constructors in com.pervasive.datarush.operators.group with parameters of type AggregatorFactory Constructor Description Aggregation(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.
-