Class SeriesSourceNode
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SourceNode
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SeriesSourceNode
-
- All Implemented Interfaces:
java.lang.AutoCloseable,org.apache.iotdb.consensus.common.request.IConsensusRequest,IPartitionRelatedNode
- Direct Known Subclasses:
AlignedLastQueryScanNode,AlignedSeriesScanNode,LastQueryScanNode,SeriesAggregationSourceNode,SeriesScanNode
public abstract class SeriesSourceNode extends SourceNode
-
-
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 SeriesSourceNode(PlanNodeId id)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.apache.iotdb.commons.path.PartialPathgetPartitionPath()abstract org.apache.iotdb.tsfile.read.filter.basic.FiltergetPartitionTimeFilter()-
Methods inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.source.SourceNode
open, setRegionReplicaSet
-
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
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.db.mpp.plan.planner.plan.node.IPartitionRelatedNode
getRegionReplicaSet
-
-
-
-
Constructor Detail
-
SeriesSourceNode
public SeriesSourceNode(PlanNodeId id)
-
-