spark_connect_rs::functions

Function conv

Source
pub fn conv(col: impl Into<Column>, from_base: i32, to_base: i32) -> Column
Expand description

Convert a number in a string column from one base to another.