public class AggregationGroupByRollupLevel extends Object
Constructor and Description |
---|
AggregationGroupByRollupLevel(int levelNumber,
int levelOffset,
int[] rollupKeys) |
Modifier and Type | Method and Description |
---|---|
HashableMultiKey |
computeMultiKey(Object subkey,
int numExpected) |
Object |
computeSubkey(Object groupKey) |
int |
getAggregationOffset() |
int |
getLevelNumber() |
int[] |
getRollupKeys() |
boolean |
isAggregationTop() |
CodegenExpression |
toExpression() |
String |
toString() |
public AggregationGroupByRollupLevel(int levelNumber, int levelOffset, int[] rollupKeys)
public int getLevelNumber()
public int getAggregationOffset()
public CodegenExpression toExpression()
public boolean isAggregationTop()
public int[] getRollupKeys()
public HashableMultiKey computeMultiKey(Object subkey, int numExpected)
Copyright © 2005–2018. All rights reserved.