Class OProfileExecutionPlan
java.lang.Object
com.orientechnologies.orient.core.sql.parser.OProfileExecutionPlan
- All Implemented Interfaces:
OExecutionPlanContextOps,OInternalExecutionPlan
-
Field Summary
Fields inherited from interface com.orientechnologies.orient.core.sql.executor.OInternalExecutionPlan
JAVA_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetCost()getSteps()booleanprettyPrint(OPrintContext ctx) voidvoidsetStatement(String stm) start(OCommandContext ctx) if the execution can still return N elements, then the result will contain them all.toResult(OToResultContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OInternalExecutionPlan
copy, deserialize, serialize
-
Constructor Details
-
OProfileExecutionPlan
-
-
Method Details
-
getSteps
- Specified by:
getStepsin interfaceOInternalExecutionPlan
-
getIndexes
- Specified by:
getIndexesin interfaceOInternalExecutionPlan
-
start
Description copied from interface:OInternalExecutionPlanif the execution can still return N elements, then the result will contain them all. If the execution contains less than N elements, then the result will contain them all, next result(s) will contain zero elements- Specified by:
startin interfaceOInternalExecutionPlan- Parameters:
ctx- TODO- Returns:
-
getCost
public long getCost()- Specified by:
getCostin interfaceOInternalExecutionPlan
-
canBeCached
public boolean canBeCached()- Specified by:
canBeCachedin interfaceOInternalExecutionPlan
-
prettyPrint
- Specified by:
prettyPrintin interfaceOInternalExecutionPlan
-
isExplain
public boolean isExplain()- Specified by:
isExplainin interfaceOInternalExecutionPlan
-
toResult
- Specified by:
toResultin interfaceOExecutionPlanContextOps- Specified by:
toResultin interfaceOInternalExecutionPlan
-
setGenericStatement
- Specified by:
setGenericStatementin interfaceOInternalExecutionPlan
-
getGenericStatement
- Specified by:
getGenericStatementin interfaceOInternalExecutionPlan
-
setStatement
- Specified by:
setStatementin interfaceOInternalExecutionPlan
-
getStatement
- Specified by:
getStatementin interfaceOInternalExecutionPlan
-