Functions.JsonTuple(Column, 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.
Creates a new row for a JSON column according to the given field names.
public static Microsoft.Spark.Sql.Column JsonTuple(Microsoft.Spark.Sql.Column column, params string[] fields);
static member JsonTuple : Microsoft.Spark.Sql.Column * string[] -> Microsoft.Spark.Sql.Column
Public Shared Function JsonTuple (column As Column, ParamArray fields As String()) As Column
Parameters
- column
- Column
Column to apply
- fields
- String[]
Field names
Returns
Column object