Functions.FormatString(String, Column[]) 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.
Formats the arguments in printf-style and returns the result as a string column.
public static Microsoft.Spark.Sql.Column FormatString (string format, params Microsoft.Spark.Sql.Column[] columns);
static member FormatString : string * Microsoft.Spark.Sql.Column[] -> Microsoft.Spark.Sql.Column
Public Shared Function FormatString (format As String, ParamArray columns As Column()) As Column
Parameters
- format
- String
Printf-style format
- columns
- Column[]
Columns to apply
Returns
Column object