Package | Description |
---|---|
com.pervasive.datarush.operators.group |
Provides data aggregation components.
|
Modifier and Type | Method and Description |
---|---|
AggregatorFactory |
Aggregation.getAggregatorFactory()
Returns the aggregator factory for this aggregation.
|
Constructor and Description |
---|
Aggregation(AggregatorFactory aggregatorFactory,
List<ScalarValuedFunction> sourceFunctions)
Constructs an
Aggregation for a specified record field using specified arguments. |
Aggregation(AggregatorFactory aggregatorFactory,
ScalarValuedFunction sourceFunction)
Constructs an
Aggregation for a specified record field using specified arguments. |
Aggregation(AggregatorFactory aggregatorFactory,
String sourceField)
Constructs an
Aggregation for a specified record field using specified arguments. |
Copyright © 2016 Actian Corporation. All rights reserved.