Functions.ToJson(Column, Dictionary<String,String>) Metoda

Definice

Převede sloupec obsahující StructType, ArrayType of StructTypes, a MapType nebo ArrayType s MapTypena řetězec 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

Parametry

column
Column

Sloupec, který se má použít

options
Dictionary<String,String>

Možnosti převodu JSON

Návraty

Objekt Column

Platí pro