Class InsertRowsOfOneDeviceNode

    • Constructor Detail

      • InsertRowsOfOneDeviceNode

        public InsertRowsOfOneDeviceNode​(PlanNodeId id)
      • InsertRowsOfOneDeviceNode

        public InsertRowsOfOneDeviceNode​(PlanNodeId id,
                                         java.util.List<java.lang.Integer> insertRowNodeIndexList,
                                         java.util.List<InsertRowNode> insertRowNodeList)
    • Method Detail

      • getResults

        public java.util.Map<java.lang.Integer,​org.apache.iotdb.common.rpc.thrift.TSStatus> getResults()
      • setSearchIndex

        public void setSearchIndex​(long index)
        Description copied from class: InsertNode
        Search index should start from 1
        Overrides:
        setSearchIndex in class InsertNode
      • getFailingStatus

        public org.apache.iotdb.common.rpc.thrift.TSStatus[] getFailingStatus()
      • getInsertRowNodeIndexList

        public java.util.List<java.lang.Integer> getInsertRowNodeIndexList()
      • setInsertRowNodeIndexList

        public void setInsertRowNodeIndexList​(java.util.List<java.lang.Integer> insertRowNodeIndexList)
      • getInsertRowNodeList

        public java.util.List<InsertRowNode> getInsertRowNodeList()
      • setInsertRowNodeList

        public void setInsertRowNodeList​(java.util.List<InsertRowNode> insertRowNodeList)
      • getOutputColumnNames

        public java.util.List<java.lang.String> getOutputColumnNames()
        Specified by:
        getOutputColumnNames in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.nio.ByteBuffer byteBuffer)
        Overrides:
        serializeAttributes in class InsertNode
      • serializeAttributes

        protected void serializeAttributes​(java.io.DataOutputStream stream)
                                    throws java.io.IOException
        Overrides:
        serializeAttributes in class InsertNode
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class InsertNode
      • getDevicePaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getDevicePaths()
        Specified by:
        getDevicePaths in interface BatchInsertNode
      • getDataTypesList

        public java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[]> getDataTypesList()
        Specified by:
        getDataTypesList in interface BatchInsertNode