public interface AggregatorFactory
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey()
Returns the key for the aggregator used by the output flow.
|
int |
hashCode() |
Aggregator |
newAggregator(List<String> inputNames,
ScalarTokenType[] inputs)
Create a new aggregator for the given inputs.
|
String getKey()
Aggregator newAggregator(List<String> inputNames, ScalarTokenType[] inputs)
inputNames
- The input names; used for error reportinginputs
- The inputs to the aggregatorCopyright © 2016 Actian Corporation. All rights reserved.