Package com.valqueries.automapper
Interface ValqueriesGroupResultRow
- All Known Implementing Classes:
ValqueriesGroupResultRowImpl
public interface ValqueriesGroupResultRow
-
Method Summary
-
Method Details
-
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
- 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
.
-