Functions.Conv(Column, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert a number in a string column from one base to another.
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
Parameters
- column
- Column
Column to apply
- fromBase
- Int32
Source base number
- toBase
- Int32
Target base number
Returns
Column object