public abstract class AbstractAggregateOperator extends UnaryValueOperator implements AggregateOperator
arg| Constructor and Description |
|---|
AbstractAggregateOperator(ValueExpr arg) |
AbstractAggregateOperator(ValueExpr arg,
boolean distinct) |
| Modifier and Type | Method and Description |
|---|---|
AbstractAggregateOperator |
clone()
Returns a (deep) clone of this query model node.
|
int |
hashCode() |
boolean |
isDistinct() |
void |
setDistinct(boolean distinct) |
equals, getArg, replaceChildNode, setArg, visitChildrengetParentNode, getSignature, nullEquals, replaceNodeInList, replaceWith, setParentNode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitequals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visit, visitChildrenpublic AbstractAggregateOperator(ValueExpr arg)
public AbstractAggregateOperator(ValueExpr arg, boolean distinct)
public void setDistinct(boolean distinct)
setDistinct in interface AggregateOperatorpublic boolean isDistinct()
isDistinct in interface AggregateOperatorpublic int hashCode()
hashCode in class UnaryValueOperatorpublic AbstractAggregateOperator clone()
QueryModelNodeclone in interface AggregateOperatorclone in interface QueryModelNodeclone in interface ValueExprclone in class UnaryValueOperatorCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.