public class AggregationLocalGroupByColumnForge extends Object
Constructor and Description |
---|
AggregationLocalGroupByColumnForge(boolean defaultGroupLevel,
ExprForge[] partitionForges,
int methodOffset,
boolean methodAgg,
AggregationAccessorSlotPairForge pair,
int levelNum) |
Modifier and Type | Method and Description |
---|---|
int |
getLevelNum() |
int |
getMethodOffset() |
AggregationAccessorSlotPairForge |
getPair() |
ExprForge[] |
getPartitionForges() |
boolean |
isDefaultGroupLevel() |
boolean |
isMethodAgg() |
CodegenExpression |
toExpression(int fieldNum) |
public AggregationLocalGroupByColumnForge(boolean defaultGroupLevel, ExprForge[] partitionForges, int methodOffset, boolean methodAgg, AggregationAccessorSlotPairForge pair, int levelNum)
public ExprForge[] getPartitionForges()
public int getMethodOffset()
public boolean isDefaultGroupLevel()
public boolean isMethodAgg()
public AggregationAccessorSlotPairForge getPair()
public int getLevelNum()
public CodegenExpression toExpression(int fieldNum)
Copyright © 2005–2018. All rights reserved.