public class GroupBy extends BaseLanguageObject
Constructor and Description |
---|
GroupBy(List<Expression> elements) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
List<Expression> |
getElements()
Get list of IExpression that the GROUP BY should be grouped on.
|
boolean |
isRollup() |
void |
setElements(List<Expression> elements) |
void |
setRollup(boolean rollup) |
toString
public GroupBy(List<Expression> elements)
public List<Expression> getElements()
public void acceptVisitor(LanguageObjectVisitor visitor)
public void setElements(List<Expression> elements)
public boolean isRollup()
public void setRollup(boolean rollup)
Copyright © 2020. All rights reserved.