public class OArrayConcatExpression extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected List<OArrayConcatExpressionElement> |
childExpressions |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OArrayConcatExpression(int id) |
OArrayConcatExpression(OrientSql p,
int id) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
protected List<OArrayConcatExpressionElement> childExpressions
public OArrayConcatExpression(int id)
public OArrayConcatExpression(OrientSql p, int id)
public 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 SimpleNode
public void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OResult serialize()
public void deserialize(OResult fromResult)
public boolean isCacheable()
Copyright © 2009–2020 OrientDB. All rights reserved.