Functions.ToJson(Column, Dictionary<String,String>) 方法

定義

將包含 StructTypeArrayTypeMapTypeStructType 或 的資料 MapTypeArrayType 行轉換成 JSON 字串。

public static Microsoft.Spark.Sql.Column ToJson(Microsoft.Spark.Sql.Column column, System.Collections.Generic.Dictionary<string,string> options = default);
static member ToJson : Microsoft.Spark.Sql.Column * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Spark.Sql.Column
Public Shared Function ToJson (column As Column, Optional options As Dictionary(Of String, String) = Nothing) As Column

參數

column
Column

要套用的資料行

options
Dictionary<String,String>

JSON 轉換的選項

傳回

Column 物件

適用於