다음을 통해 공유


Functions.Conv(Column, Int32, Int32) 메서드

정의

문자열 열의 숫자를 한 베이스에서 다른 밑으로 변환합니다.

public static Microsoft.Spark.Sql.Column Conv(Microsoft.Spark.Sql.Column column, int fromBase, int toBase);
static member Conv : Microsoft.Spark.Sql.Column * int * int -> Microsoft.Spark.Sql.Column
Public Shared Function Conv (column As Column, fromBase As Integer, toBase As Integer) As Column

매개 변수

column
Column

적용할 열

fromBase
Int32

원본 기본 번호

toBase
Int32

대상 기본 번호

반환

Column 개체

적용 대상