Class TimeSeriesCountNode
- 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.metedata.read.SchemaQueryScanNode
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.TimeSeriesCountNode
-
- All Implemented Interfaces:
java.lang.AutoCloseable,org.apache.iotdb.consensus.common.request.IConsensusRequest,IPartitionRelatedNode
public class TimeSeriesCountNode extends SchemaQueryScanNode
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
isPrefixPath, limit, offset, path
-
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 TimeSeriesCountNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, java.lang.String key, java.lang.String value, boolean isContains, java.util.Map<java.lang.Integer,Template> templateMap)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanNodeclone()static PlanNodedeserialize(java.nio.ByteBuffer buffer)java.lang.StringgetKey()java.util.List<java.lang.String>getOutputColumnNames()java.util.Map<java.lang.Integer,Template>getTemplateMap()java.lang.StringgetValue()booleanisContains()protected voidserializeAttributes(java.io.DataOutputStream stream)protected voidserializeAttributes(java.nio.ByteBuffer byteBuffer)-
Methods inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read.SchemaQueryScanNode
accept, addChild, allowedChildCount, close, equals, getChildren, getLimit, getOffset, getPath, getRegionReplicaSet, hashCode, isHasLimit, isPrefixPath, open, setHasLimit, setLimit, setOffset, setPath, setRegionReplicaSet, toString
-
Methods inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
cloneWithChildren, getPlanNodeId, serialize, serialize, serializeToByteBuffer, setPlanNodeId
-
-
-
-
Constructor Detail
-
TimeSeriesCountNode
public TimeSeriesCountNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, java.lang.String key, java.lang.String value, boolean isContains, java.util.Map<java.lang.Integer,Template> templateMap)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getValue
public java.lang.String getValue()
-
isContains
public boolean isContains()
-
getTemplateMap
public java.util.Map<java.lang.Integer,Template> getTemplateMap()
-
getOutputColumnNames
public java.util.List<java.lang.String> getOutputColumnNames()
- Specified by:
getOutputColumnNamesin classPlanNode
-
serializeAttributes
protected void serializeAttributes(java.nio.ByteBuffer byteBuffer)
- Specified by:
serializeAttributesin classPlanNode
-
serializeAttributes
protected void serializeAttributes(java.io.DataOutputStream stream) throws java.io.IOException- Specified by:
serializeAttributesin classPlanNode- Throws:
java.io.IOException
-
deserialize
public static PlanNode deserialize(java.nio.ByteBuffer buffer)
-
-