Class CountAggregationResult

    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • CountAggregationResult

        public CountAggregationResult()
        Constructs an empty result node. NOTE: This instance is broken until non-optional member data is set.
      • CountAggregationResult

        public CountAggregationResult​(long count)
        Constructs an instance of this class with given count value.
        Parameters:
        count - The initial number of hits.