Uses of Class
org.apache.iotdb.db.qp.physical.crud.InsertRowsOfOneDevicePlan
-
Packages that use InsertRowsOfOneDevicePlan Package Description org.apache.iotdb.db.engine org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.qp.executor -
-
Uses of InsertRowsOfOneDevicePlan in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine with parameters of type InsertRowsOfOneDevicePlan Modifier and Type Method Description voidStorageEngine. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan) -
Uses of InsertRowsOfOneDevicePlan in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup with parameters of type InsertRowsOfOneDevicePlan Modifier and Type Method Description voidDataRegion. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)insert batch of rows belongs to one device -
Uses of InsertRowsOfOneDevicePlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type InsertRowsOfOneDevicePlan Modifier and Type Method Description voidIPlanExecutor. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)execute insert command and return whether the operator is successful.voidPlanExecutor. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)
-