Class PlanFragment


  • public class PlanFragment
    extends java.lang.Object
    PlanFragment contains a sub-query of distributed query.
    • Method Detail

      • getPlanNodeTree

        public PlanNode getPlanNodeTree()
      • setPlanNodeTree

        public void setPlanNodeTree​(PlanNode planNodeTree)
      • setTypeProvider

        public void setTypeProvider​(TypeProvider typeProvider)
      • isRoot

        public boolean isRoot()
      • setRoot

        public void setRoot​(boolean root)
      • toString

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

        public org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet getTargetRegion()
      • serialize

        public void serialize​(java.nio.ByteBuffer byteBuffer)
      • serialize

        public void serialize​(java.io.DataOutputStream stream)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        public static PlanFragment deserialize​(java.nio.ByteBuffer byteBuffer)
      • deserializeHelper

        public static PlanNode deserializeHelper​(java.nio.ByteBuffer byteBuffer)
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object