public class AggregationGroupByRollupLevel
extends java.lang.Object
Constructor and Description |
---|
AggregationGroupByRollupLevel(int levelNumber,
int levelOffset,
int[] rollupKeys) |
Modifier and Type | Method and Description |
---|---|
MultiKeyUntyped |
computeMultiKey(java.lang.Object subkey,
int numExpected) |
java.lang.Object |
computeSubkey(java.lang.Object groupKey) |
int |
getAggregationOffset() |
int |
getLevelNumber() |
int[] |
getRollupKeys() |
boolean |
isAggregationTop() |
java.lang.String |
toString() |
public AggregationGroupByRollupLevel(int levelNumber, int levelOffset, int[] rollupKeys)
public int getLevelNumber()
public int getAggregationOffset()
public boolean isAggregationTop()
public int[] getRollupKeys()
public java.lang.Object computeSubkey(java.lang.Object groupKey)
public java.lang.String toString()
toString
in class java.lang.Object
public MultiKeyUntyped computeMultiKey(java.lang.Object subkey, int numExpected)