Class OArrayConcatExpression
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OArrayConcatExpression
- 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 TypeMethodDescriptionvoidcopy()voiddeserialize(OResult fromResult) booleanexecute(OIdentifiable iCurrentRecord, OCommandContext ctx) execute(OResult iCurrentRecord, OCommandContext ctx) voidextractSubQueries(SubQueryCollector collector) inthashCode()booleanbooleanbooleanbooleanneedsAliases(Set<String> aliases) booleanvoidsetChildExpressions(List<OArrayConcatExpressionElement> childExpressions) splitForAggregation(AggregateProjectionSplit aggregateProj) protected booleanvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
childExpressions
-
-
Constructor Details
-
OArrayConcatExpression
public OArrayConcatExpression(int id) -
OArrayConcatExpression
-
-
Method Details
-
getChildExpressions
-
setChildExpressions
-
addChildExpression
-
apply
-
execute
-
execute
-
isEarlyCalculated
-
supportsBasicCalculation
protected boolean supportsBasicCalculation() -
needsAliases
-
isAggregate
public boolean isAggregate() -
splitForAggregation
-
getAggregationContext
-
copy
- Overrides:
copyin classSimpleNode
-
extractSubQueries
-
refersToParent
public boolean refersToParent() -
getMatchPatternInvolvedAliases
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
equals
-
hashCode
public int hashCode() -
serialize
-
deserialize
-
isCacheable
public boolean isCacheable()
-