
public class OMatchExecutionPlanner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OLimit |
limit |
protected List<OMatchExpression> |
matchExpressions |
protected List<OMatchExpression> |
notMatchExpressions |
protected List<OIdentifier> |
returnAliases |
protected List<OExpression> |
returnItems |
protected List<ONestedProjection> |
returnNestedProjections |
protected OSkip |
skip |
| Constructor and Description |
|---|
OMatchExecutionPlanner(OMatchStatement stm) |
| Modifier and Type | Method and Description |
|---|---|
OInternalExecutionPlan |
createExecutionPlan(OCommandContext context,
boolean enableProfiling) |
protected List<OMatchExpression> matchExpressions
protected List<OMatchExpression> notMatchExpressions
protected List<OExpression> returnItems
protected List<OIdentifier> returnAliases
protected List<ONestedProjection> returnNestedProjections
protected OSkip skip
protected OLimit limit
public OMatchExecutionPlanner(OMatchStatement stm)
public OInternalExecutionPlan createExecutionPlan(OCommandContext context, boolean enableProfiling)
Copyright © 2009–2025 OrientDB. All rights reserved.