public class MinNode extends AggregateNode
Purpose: Model a MIN
Responsibilities:
left, right, shouldGenerateExpression| Constructor and Description |
|---|
MinNode() |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
addAggregateExression(Expression expr)
INTERNAL
|
void |
applyToQuery(ObjectLevelReadQuery theQuery,
GenerationContext context)
INTERNAL
Apply this node to the passed query
|
java.lang.String |
getAsString()
INTERNAL
Get the string representation of this node.
|
void |
validate(ParseTreeContext context)
INTERNAL
Validate node and calculate its type.
|
generateExpression, isAggregateNode, resolveAttribute, resolveClass, setDistinct, usesDistinctaddToExpression, appendExpression, getColumn, getLeft, getLine, getRight, getType, hasLeft, hasRight, isAttributeNode, isConstructorNode, isCountNode, isDivideNode, isDotNode, isEscape, isLiteralNode, isMinusNode, isMultiplyNode, isNotNode, isParameterNode, isPlusNode, isSubqueryNode, isVariableNode, qualifyAttributeAccess, resolveClass, resolveMapping, resolveMapping, setColumn, setLeft, setLine, setRight, setType, toString, toString, toStringDisplayName, toStringIndent, validateParameterpublic void applyToQuery(ObjectLevelReadQuery theQuery, GenerationContext context)
applyToQuery in class Nodepublic void validate(ParseTreeContext context)
protected Expression addAggregateExression(Expression expr)
addAggregateExression in class AggregateNodepublic java.lang.String getAsString()
getAsString in class Node