spark_connect_rs::functions

Function character_length

Source
pub fn character_length(str: impl Into<Column>) -> Column
Expand description

Returns the character length of string data or number of bytes of binary data.