Class GroupBy

All Implemented Interfaces:
QueryElement

public class GroupBy extends StandardQueryElementCollection<Groupable>
A SPARQL Group By clause
See Also:
  • Method Details

    • by

      public GroupBy by(Groupable... groupables)
      Add group conditions
      Parameters:
      groupables - the group conditions
      Returns:
      this