Class OCollection
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OCollection
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(OExpression exp) copy()voiddeserialize(OResult fromResult) booleanexecute(OResult iCurrentRecord, OCommandContext ctx) inthashCode()booleanbooleanbooleanbooleanneedsAliases(Set<String> aliases) booleansplitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) voidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
expressions
-
-
Constructor Details
-
OCollection
public OCollection(int id) -
OCollection
-
-
Method Details
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
add
-
execute
-
getIndexKey
-
needsAliases
-
isAggregate
public boolean isAggregate() -
splitForAggregation
-
isEarlyCalculated
-
copy
- Overrides:
copyin classSimpleNode
-
equals
-
hashCode
public int hashCode() -
refersToParent
public boolean refersToParent() -
serialize
-
deserialize
-
isCacheable
public boolean isCacheable() -
getExpressions
-