Class ProcessNode
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProcessNode
-
- All Implemented Interfaces:
org.apache.iotdb.consensus.common.request.IConsensusRequest
- Direct Known Subclasses:
AbstractSchemaMergeNode,FillNode,LimitNode,MultiChildNode,NodeManagementMemoryMergeNode,NodePathsConvertNode,NodePathsCountNode,OffsetNode,ProjectNode,SlidingWindowAggregationNode,SortNode,TransformNode
public abstract class ProcessNode extends PlanNode
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
CHILD_COUNT_NO_LIMIT, NO_CHILD_ALLOWED, ONE_CHILD
-
-
Constructor Summary
Constructors Constructor Description ProcessNode(PlanNodeId id)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
accept, addChild, allowedChildCount, clone, cloneWithChildren, equals, getChildren, getOutputColumnNames, getPlanNodeId, hashCode, serialize, serialize, serializeAttributes, serializeAttributes, serializeToByteBuffer, setPlanNodeId
-
-
-
-
Constructor Detail
-
ProcessNode
public ProcessNode(PlanNodeId id)
-
-