Class TimeSeriesCountNode

    • 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:
        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)