다음을 통해 공유


Functions.ToJson(Column, Dictionary<String,String>) 메서드

정의

가 포함된 StructType열, 의 StructTypeMapType 또는 ArrayTypeMapType를 JSON 문자열로 변환 ArrayType 합니다.

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 개체

적용 대상