| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.executor |
| Modifier and Type | Method and Description |
|---|---|
QueryPlanningInfo |
QueryPlanningInfo.copy() |
| Modifier and Type | Method and Description |
|---|---|
static void |
OSelectExecutionPlanner.handleOrderBy(OSelectExecutionPlan plan,
QueryPlanningInfo info,
OCommandContext ctx,
boolean profilingEnabled) |
static void |
OSelectExecutionPlanner.handleProjectionsBlock(OSelectExecutionPlan result,
QueryPlanningInfo info,
OCommandContext ctx,
boolean enableProfiling) |
static void |
OSelectExecutionPlanner.handleUnwind(OSelectExecutionPlan result,
QueryPlanningInfo info,
OCommandContext ctx,
boolean profilingEnabled) |
protected static void |
OSelectExecutionPlanner.optimizeQuery(QueryPlanningInfo info,
OCommandContext ctx) |
| Constructor and Description |
|---|
FetchFromClassExecutionStep(String className,
Set<String> clusters,
QueryPlanningInfo planningInfo,
OCommandContext ctx,
Boolean ridOrder,
boolean profilingEnabled)
iterates over a class and its subclasses
|
FetchFromClusterExecutionStep(int clusterId,
QueryPlanningInfo queryPlanning,
OCommandContext ctx,
boolean profilingEnabled) |
FetchFromViewExecutionStep(String className,
Set<String> clusters,
QueryPlanningInfo planningInfo,
OCommandContext ctx,
Boolean ridOrder,
boolean profilingEnabled) |
Copyright © 2009–2025 OrientDB. All rights reserved.