Contents

grouped(by:)

Creates a grouping of rows that the method selects by choosing unique values in a column.

Declaration

func grouped(by columnName: String) -> any RowGroupingProtocol

Parameters

  • columnName:

    The name of a column.

See Also

Grouping Rows