Function datafusion::logical_expr::expr_fn::ltrim
source · pub fn ltrim(string: Expr) -> Expr
Expand description
removes all characters, spaces by default, from the beginning of a string
pub fn ltrim(string: Expr) -> Expr
removes all characters, spaces by default, from the beginning of a string