Functions.ToJson(Column, Dictionary<String,String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將包含 StructType 、 ArrayType 的 MapTypeStructType 或 的資料 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 物件