Uses of Class
org.apache.iotdb.db.mpp.plan.statement.crud.InsertRowStatement
-
-
Uses of InsertRowStatement in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze with parameters of type InsertRowStatement Modifier and Type Method Description AnalysisAnalyzeVisitor. visitInsertRow(InsertRowStatement insertRowStatement, MPPQueryContext context) -
Uses of InsertRowStatement in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type InsertRowStatement Modifier and Type Method Description PlanNodeLogicalPlanVisitor. visitInsertRow(InsertRowStatement insertRowStatement, MPPQueryContext context) -
Uses of InsertRowStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type InsertRowStatement Modifier and Type Method Description RStatementVisitor. visitInsertRow(InsertRowStatement insertRowStatement, C context) -
Uses of InsertRowStatement in org.apache.iotdb.db.mpp.plan.statement.crud
Methods in org.apache.iotdb.db.mpp.plan.statement.crud that return types with arguments of type InsertRowStatement Modifier and Type Method Description java.util.List<InsertRowStatement>InsertRowsOfOneDeviceStatement. getInsertRowStatementList()java.util.List<InsertRowStatement>InsertRowsStatement. getInsertRowStatementList()Method parameters in org.apache.iotdb.db.mpp.plan.statement.crud with type arguments of type InsertRowStatement Modifier and Type Method Description voidInsertRowsOfOneDeviceStatement. setInsertRowStatementList(java.util.List<InsertRowStatement> insertRowStatementList)voidInsertRowsStatement. setInsertRowStatementList(java.util.List<InsertRowStatement> insertRowStatementList)
-