Metreeca Wire
    Preparing search index...
    • Generates a SPARQL HAVING clause.

      Wraps the conditions in a having (…) clause, filtering grouped solutions by aggregate conditions the way filter constrains ungrouped ones; several conditions are each bracketed and conjoined with &&, the form portable across engines. Empty conditions, such as those produced by nil, are dropped first; an empty list yields the empty fragment, leaving the grouped solutions unfiltered.

      Parameters

      • ...conditions: Mixed<string>

        The boolean constraint expressions over the grouped solutions

      Returns string

      The SPARQL HAVING clause, or the empty fragment for no conditions