
public class OArrayConcatExpression extends SimpleNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OArrayConcatExpression(int id) |
OArrayConcatExpression(OrientSql p,
int id) |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringpublic OArrayConcatExpression(int id)
public OArrayConcatExpression(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic List<OArrayConcatExpressionElement> getChildExpressions()
public void setChildExpressions(List<OArrayConcatExpressionElement> childExpressions)
public Object execute(OIdentifiable iCurrentRecord, OCommandContext ctx)
public Object execute(OResult iCurrentRecord, OCommandContext ctx)
public boolean isEarlyCalculated(OCommandContext ctx)
protected boolean supportsBasicCalculation()
public boolean isAggregate()
public SimpleNode splitForAggregation(AggregateProjectionSplit aggregateProj)
public AggregationContext getAggregationContext(OCommandContext ctx)
public OArrayConcatExpression copy()
copy in class SimpleNodepublic void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OResult serialize()
public void deserialize(OResult fromResult)
public boolean isCacheable()
Copyright © 2009–2025 OrientDB. All rights reserved.