Interface HavingSpec

    • Method Detail

      • setQuery

        void setQuery​(GroupByQuery query)
        Informs this HavingSpec that rows passed to "eval" will originate from a particular groupBy query.
      • eval

        boolean eval​(ResultRow row)
        Evaluates if a given row satisfies the having spec.
        Parameters:
        row - A Row of data that may contain aggregated values
        Returns:
        true if the given row satisfies the having spec. False otherwise.