Function datafusion::logical_expr::expr_fn::right
source · pub fn right(string: Expr, n: Expr) -> Expr
Expand description
returns the last n
characters in the string
pub fn right(string: Expr, n: Expr) -> Expr
returns the last n
characters in the string