Uses of Class
org.apache.iotdb.db.qp.physical.crud.InsertRowsPlan
-
Packages that use InsertRowsPlan Package Description org.apache.iotdb.db.qp.executor -
-
Uses of InsertRowsPlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type InsertRowsPlan Modifier and Type Method Description voidIPlanExecutor. insert(InsertRowsPlan insertRowsPlan)execute insert command and return whether the operator is successful.voidPlanExecutor. insert(InsertRowsPlan plan)
-