public class AggregationLocalGroupByLevel extends Object
Constructor and Description |
---|
AggregationLocalGroupByLevel(ExprEvaluator[] methodEvaluators,
AggregationMethodFactory[] methodFactories,
AggregationStateFactory[] stateFactories,
ExprEvaluator[] partitionEvaluators,
Class[] partitionEvaluatorsTypes,
boolean defaultLevel) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
getMethodEvaluators() |
AggregationMethodFactory[] |
getMethodFactories() |
ExprEvaluator[] |
getPartitionEvaluators() |
Class[] |
getPartitionEvaluatorsTypes() |
AggregationStateFactory[] |
getStateFactories() |
boolean |
isDefaultLevel() |
public AggregationLocalGroupByLevel(ExprEvaluator[] methodEvaluators, AggregationMethodFactory[] methodFactories, AggregationStateFactory[] stateFactories, ExprEvaluator[] partitionEvaluators, Class[] partitionEvaluatorsTypes, boolean defaultLevel)
public ExprEvaluator[] getMethodEvaluators()
public AggregationMethodFactory[] getMethodFactories()
public AggregationStateFactory[] getStateFactories()
public ExprEvaluator[] getPartitionEvaluators()
public boolean isDefaultLevel()
public Class[] getPartitionEvaluatorsTypes()