Class SelectIntoPlan

  • All Implemented Interfaces:
    org.apache.iotdb.consensus.common.request.IConsensusRequest

    public class SelectIntoPlan
    extends PhysicalPlan
    • Constructor Detail

      • SelectIntoPlan

        public SelectIntoPlan()
      • SelectIntoPlan

        public SelectIntoPlan​(QueryPlan queryPlan,
                              org.apache.iotdb.commons.path.PartialPath fromPath,
                              java.util.List<org.apache.iotdb.commons.path.PartialPath> intoPaths,
                              boolean isIntoPathsAligned)
    • Method Detail

      • serialize

        public void serialize​(java.io.DataOutputStream outputStream)
                       throws java.io.IOException
        Description copied from class: PhysicalPlan
        Serialize the plan into the given buffer. All necessary fields will be serialized.
        Overrides:
        serialize in class PhysicalPlan
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(java.nio.ByteBuffer buffer)
                         throws org.apache.iotdb.commons.exception.IllegalPathException,
                                java.io.IOException
        Description copied from class: PhysicalPlan
        Deserialize the plan from the given buffer.
        Overrides:
        deserialize in class PhysicalPlan
        Throws:
        org.apache.iotdb.commons.exception.IllegalPathException
        java.io.IOException
      • getQueryPlan

        public QueryPlan getQueryPlan()
      • getFromPath

        public org.apache.iotdb.commons.path.PartialPath getFromPath()
      • getIntoPaths

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

        public boolean isIntoPathsAligned()