Skip to content

Instance Method

groupBy(_:)

Adds a GROUP BY clause to the query with the specified column.
@discardableResult func groupBy(_ column: String) -> Self