Class LevelTimeSeriesCountNode

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.apache.iotdb.consensus.common.request.IConsensusRequest, IPartitionRelatedNode

    public class LevelTimeSeriesCountNode
    extends SchemaQueryScanNode
    • Constructor Detail

      • LevelTimeSeriesCountNode

        public LevelTimeSeriesCountNode​(PlanNodeId id,
                                        org.apache.iotdb.commons.path.PartialPath partialPath,
                                        boolean isPrefixPath,
                                        int level,
                                        java.lang.String key,
                                        java.lang.String value,
                                        boolean isContains)
    • Method Detail

      • getLevel

        public int getLevel()
      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.String getValue()
      • isContains

        public boolean isContains()
      • getOutputColumnNames

        public java.util.List<java.lang.String> getOutputColumnNames()
        Specified by:
        getOutputColumnNames in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.nio.ByteBuffer byteBuffer)
        Specified by:
        serializeAttributes in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.io.DataOutputStream stream)
                                    throws java.io.IOException
        Specified by:
        serializeAttributes in class PlanNode
        Throws:
        java.io.IOException
      • deserialize

        public static PlanNode deserialize​(java.nio.ByteBuffer buffer)