Uses of Class
org.apache.iotdb.db.qp.physical.crud.DeletePlan
-
Packages that use DeletePlan Package Description org.apache.iotdb.db.qp.executor org.apache.iotdb.db.wal.node -
-
Uses of DeletePlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type DeletePlan Modifier and Type Method Description voidIPlanExecutor. delete(DeletePlan deletePlan)execute delete command and return whether the operator is successful.voidPlanExecutor. delete(DeletePlan deletePlan) -
Uses of DeletePlan in org.apache.iotdb.db.wal.node
Methods in org.apache.iotdb.db.wal.node with parameters of type DeletePlan Modifier and Type Method Description WALFlushListenerIWALNode. log(long memTableId, DeletePlan deletePlan)Log DeletePlanWALFlushListenerWALFakeNode. log(long memTableId, DeletePlan deletePlan)WALFlushListenerWALNode. log(long memTableId, DeletePlan deletePlan)
-