Package com.arcadedb.query.sql.executor
Class DeleteEdgeExecutionPlanner
- java.lang.Object
-
- com.arcadedb.query.sql.executor.DeleteEdgeExecutionPlanner
-
public class DeleteEdgeExecutionPlanner extends Object
Created by luigidellaquila on 08/08/16.
-
-
Field Summary
Fields Modifier and Type Field Description protected Identifier
className
protected List<Rid>
rids
protected Identifier
targetClusterName
-
Constructor Summary
Constructors Constructor Description DeleteEdgeExecutionPlanner(DeleteEdgeStatement stm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteExecutionPlan
createExecutionPlan(CommandContext context)
-
-
-
Field Detail
-
className
protected final Identifier className
-
targetClusterName
protected final Identifier targetClusterName
-
-
Constructor Detail
-
DeleteEdgeExecutionPlanner
public DeleteEdgeExecutionPlanner(DeleteEdgeStatement stm)
-
-
Method Detail
-
createExecutionPlan
public DeleteExecutionPlan createExecutionPlan(CommandContext context)
-
-