Class DeleteTimeSeriesNode

    • Constructor Detail

      • DeleteTimeSeriesNode

        public DeleteTimeSeriesNode​(PlanNodeId id,
                                    java.util.List<org.apache.iotdb.commons.path.PartialPath> pathList)
    • Method Detail

      • getPathList

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

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

        protected void serializeAttributes​(java.nio.ByteBuffer byteBuffer)
        Specified by:
        serializeAttributes in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.io.DataOutputStream stream)
                                    throws java.io.IOException
        Specified by:
        serializeAttributes in class PlanNode
        Throws:
        java.io.IOException
      • setRegionReplicaSet

        public void setRegionReplicaSet​(org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet regionReplicaSet)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object