RelationalGroupedDataset.Sum(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compute the sum for each numeric columns for each group.
public Microsoft.Spark.Sql.DataFrame Sum (params string[] colNames);
member this.Sum : string[] -> Microsoft.Spark.Sql.DataFrame
Public Function Sum (ParamArray colNames As String()) As DataFrame
Parameters
- colNames
- String[]
Name of columns to compute sum on
Returns
New DataFrame object with sum applied