Interface ValqueriesGroupResultRow

All Known Implementing Classes:
ValqueriesGroupResultRowImpl

public interface ValqueriesGroupResultRow
  • Method Details

    • groupByValues

      List<Object> groupByValues()
      Returns:
      The values of the fields that were grouped by, in the same order as they were queried. The types of the values are the same as of the fields.
    • aggregationValues

      List<Object> aggregationValues()
      Returns:
      The values of the aggregations, in the same order as they were added to the query. The types of the values depend on the aggregation, see javadoc of the aggregation methods in ValqueriesGroupQuery.