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 AggregatorFactory
Aggregation. 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 anAggregation
for a specified record field using specified arguments.Aggregation(AggregatorFactory aggregatorFactory, String sourceField)
Constructs anAggregation
for a specified record field using specified arguments.Aggregation(AggregatorFactory aggregatorFactory, List<ScalarValuedFunction> sourceFunctions)
Constructs anAggregation
for a specified record field using specified arguments.
-