Class InsertRowsStatement

    • Constructor Detail

      • InsertRowsStatement

        public InsertRowsStatement()
    • Method Detail

      • getDevicePaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getDevicePaths()
      • getMeasurementsList

        public java.util.List<java.lang.String[]> getMeasurementsList()
      • getDataTypesList

        public java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[]> getDataTypesList()
      • getAlignedList

        public java.util.List<java.lang.Boolean> getAlignedList()
      • getInsertRowStatementList

        public java.util.List<InsertRowStatement> getInsertRowStatementList()
      • setInsertRowStatementList

        public void setInsertRowStatementList​(java.util.List<InsertRowStatement> insertRowStatementList)
      • getPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
        Overrides:
        getPaths in class InsertBaseStatement
      • collectRedirectInfo

        public java.util.List<org.apache.iotdb.common.rpc.thrift.TEndPoint> collectRedirectInfo​(org.apache.iotdb.commons.partition.DataPartition dataPartition)
        Specified by:
        collectRedirectInfo in class InsertBaseStatement