Class GroupByLevelComponent
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.statement.StatementNode
-
- org.apache.iotdb.db.mpp.plan.statement.component.GroupByLevelComponent
-
public class GroupByLevelComponent extends StatementNode
This class maintains information ofGROUP BY LEVELclause.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Boolean>isCountStarprotected int[]levels
-
Constructor Summary
Constructors Constructor Description GroupByLevelComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getLevels()booleanisCountStar(int i)voidsetLevels(int[] levels)voidupdateIsCountStar(FunctionExpression rawExpression)-
Methods inherited from class org.apache.iotdb.db.mpp.plan.statement.StatementNode
accept
-
-
-
-
Method Detail
-
getLevels
public int[] getLevels()
-
setLevels
public void setLevels(int[] levels)
-
updateIsCountStar
public void updateIsCountStar(FunctionExpression rawExpression)
-
isCountStar
public boolean isCountStar(int i)
-
-