spark_connect_rs::functions

Function right

Source
pub fn right(str: impl Into<Column>, len: impl Into<Column>) -> Column
Expand description

Returns the rightmost len(len can be string type) characters from the string str, if len is less or equal than 0 the result is an empty string.