Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.node.process.ProcessNode
-
-
Uses of ProcessNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
Subclasses of ProcessNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read Modifier and Type Class Description classAbstractSchemaMergeNodeclassCountSchemaMergeNodeclassNodeManagementMemoryMergeNodeclassNodePathsConvertNodeclassNodePathsCountNodeclassSchemaFetchMergeNodeThis class defines the scanned result merge task of schema fetcher.classSchemaQueryMergeNodeclassSchemaQueryOrderByHeatNode -
Uses of ProcessNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
Subclasses of ProcessNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.process Modifier and Type Class Description classAggregationNodeThis node is used to aggregate required series from multiple sources.classDeviceMergeNodeclassDeviceViewNodeDeviceViewNode is responsible for constructing a device-based view of a set of series.classFillNodeFillNode is used to fill the empty field in one row.classFilterNodeclassGroupByLevelNodeThis node is responsible for the final aggregation merge operation.classLimitNodeLimitNode is used to select top n result.classMultiChildNodeclassOffsetNodeOffsetNode is used to skip top n result from upstream nodes.classProjectNodeclassSlidingWindowAggregationNodeclassSortNodeIn general, the parameter in sortNode should be pushed down to the upstream operators.classTimeJoinNodeThis node is responsible for join two or more TsBlock.classTransformNode -
Uses of ProcessNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last
Subclasses of ProcessNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last Modifier and Type Class Description classLastQueryCollectNodeclassLastQueryMergeNodeclassLastQueryNode
-