spark_connect_rs::functions

Function base64

Source
pub fn base64(col: impl Into<Column>) -> Column
Expand description

Computes the BASE64 encoding of a binary column and returns it as a string column.