다음을 통해 공유


Functions.GetJsonObject(Column, String) 메서드

정의

지정된 경로에 따라 JSON 문자열에서 JSON 개체를 추출하고 추출된 JSON 개체의 JSON 문자열을 반환합니다.

public static Microsoft.Spark.Sql.Column GetJsonObject(Microsoft.Spark.Sql.Column column, string path);
static member GetJsonObject : Microsoft.Spark.Sql.Column * string -> Microsoft.Spark.Sql.Column
Public Shared Function GetJsonObject (column As Column, path As String) As Column

매개 변수

column
Column

적용할 열

path
String

JSON 파일 경로

반환

Column 개체

적용 대상