다음을 통해 공유


Functions.Decode(Column, String) 메서드

정의

제공된 문자 집합('US-ASCII', 'ISO-8859-1', 'UTF-8', 'UTF-16BE', 'UTF-16LE', 'UTF-16' 중 하나)을 사용하여 이진 파일의 문자열로 첫 번째 인수를 계산합니다.

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

매개 변수

column
Column

적용할 열

charset
String

문자 집합

반환

Column 개체

적용 대상