RelationalGroupedDataset.Min(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 min value for each numeric columns for each group.
public Microsoft.Spark.Sql.DataFrame Min (params string[] colNames);
member this.Min : string[] -> Microsoft.Spark.Sql.DataFrame
Public Function Min (ParamArray colNames As String()) As DataFrame
Parameters
- colNames
- String[]
Name of columns to compute min on
Returns
New DataFrame object with min applied