public abstract class AggregateOperatorBase extends UnaryValueOperator implements AggregateOperator
arg| Constructor and Description |
|---|
AggregateOperatorBase(ValueExpr arg) |
AggregateOperatorBase(ValueExpr arg,
boolean distinct) |
| Modifier and Type | Method and Description |
|---|---|
AggregateOperatorBase |
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 AggregateOperatorBase(ValueExpr arg)
public AggregateOperatorBase(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 AggregateOperatorBase clone()
QueryModelNodeclone in interface AggregateOperatorclone in interface QueryModelNodeclone in interface ValueExprclone in class UnaryValueOperatorCopyright © 2001–2015 Aduna. All rights reserved.