Skip to content

Commit 2b309f3

Browse files
Update Sources/SparkConnect/DataFrame.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent d36655c commit 2b309f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SparkConnect/DataFrame.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ public actor DataFrame: Sendable {
743743
/// Create a multi-dimensional rollup for the current ``DataFrame`` using the specified columns, so we
744744
/// can run aggregation on them.
745745
/// - Parameter cols: Grouping column names.
746-
/// - Returns:A ``GroupedData``.
746+
/// - Returns: A ``GroupedData``.
747747
public func rollup(_ cols: String...) -> GroupedData {
748748
return GroupedData(self, GroupType.rollup, cols)
749749
}

0 commit comments

Comments
 (0)