
public class OLevelZeroIdentifier extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected OCollection |
collection |
protected OFunctionCall |
functionCall |
protected Boolean |
self |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OLevelZeroIdentifier(int id) |
OLevelZeroIdentifier(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
long |
estimateIndexedFunction(OFromClause target,
OCommandContext context,
OBinaryCompareOperator operator,
Object right) |
Object |
execute(OIdentifiable iCurrentRecord,
OCommandContext ctx) |
Iterable<OIdentifiable> |
executeIndexedFunction(OFromClause target,
OCommandContext context,
OBinaryCompareOperator operator,
Object right) |
boolean |
isIndexedFunctionCall() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OFunctionCall functionCall
protected Boolean self
protected OCollection collection
public OLevelZeroIdentifier(int id)
public OLevelZeroIdentifier(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic Object execute(OIdentifiable iCurrentRecord, OCommandContext ctx)
public boolean isIndexedFunctionCall()
public long estimateIndexedFunction(OFromClause target, OCommandContext context, OBinaryCompareOperator operator, Object right)
public Iterable<OIdentifiable> executeIndexedFunction(OFromClause target, OCommandContext context, OBinaryCompareOperator operator, Object right)
Copyright © 2009–2025 OrientDB. All rights reserved.