Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPlanNode
-
Packages that use TPlanNode Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPlanNode in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TPlanNode Modifier and Type Field Description TPlanNodeTSendSinglePlanNodeReq. planNodeMethods in org.apache.iotdb.mpp.rpc.thrift that return TPlanNode Modifier and Type Method Description TPlanNodeTPlanNode. deepCopy()TPlanNodeTSendSinglePlanNodeReq. getPlanNode()TPlanNodeTPlanNode. setBody(byte[] body)TPlanNodeTPlanNode. setBody(ByteBuffer body)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPlanNode Modifier and Type Method Description intTPlanNode. compareTo(TPlanNode other)booleanTPlanNode. equals(TPlanNode that)TSendSinglePlanNodeReqTSendSinglePlanNodeReq. setPlanNode(TPlanNode planNode)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPlanNode Constructor Description TPlanNode(TPlanNode other)Performs a deep copy on other.TSendSinglePlanNodeReq(TPlanNode planNode, TConsensusGroupId consensusGroupId)
-