public class AggregationLocalGroupByPlan extends Object
Constructor and Description |
---|
AggregationLocalGroupByPlan(int numMethods,
int numAccess,
AggregationLocalGroupByColumn[] columns,
AggregationLocalGroupByLevel optionalLevelTop,
AggregationLocalGroupByLevel[] allLevels) |
Modifier and Type | Method and Description |
---|---|
AggregationLocalGroupByLevel[] |
getAllLevels() |
AggregationLocalGroupByColumn[] |
getColumns() |
int |
getNumAccess() |
int |
getNumMethods() |
AggregationLocalGroupByLevel |
getOptionalLevelTop() |
public AggregationLocalGroupByPlan(int numMethods, int numAccess, AggregationLocalGroupByColumn[] columns, AggregationLocalGroupByLevel optionalLevelTop, AggregationLocalGroupByLevel[] allLevels)
public AggregationLocalGroupByColumn[] getColumns()
public AggregationLocalGroupByLevel getOptionalLevelTop()
public AggregationLocalGroupByLevel[] getAllLevels()
public int getNumMethods()
public int getNumAccess()