Package com.arcadedb.query.sql.executor
Class DeleteExecutionPlanner
- java.lang.Object
-
- com.arcadedb.query.sql.executor.DeleteExecutionPlanner
-
public class DeleteExecutionPlanner extends Object
Created by luigidellaquila on 08/08/16.
-
-
Constructor Summary
Constructors Constructor Description DeleteExecutionPlanner(DeleteStatement stm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteExecutionPlan
createExecutionPlan(CommandContext ctx, boolean enableProfiling)
-
-
-
Constructor Detail
-
DeleteExecutionPlanner
public DeleteExecutionPlanner(DeleteStatement stm)
-
-
Method Detail
-
createExecutionPlan
public DeleteExecutionPlan createExecutionPlan(CommandContext ctx, boolean enableProfiling)
-
-