Function datafusion_physical_expr::string_expressions::rtrim
source · pub fn rtrim<T: OffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description
Returns the longest string with trailing characters removed. If the characters are not specified, whitespace is removed. rtrim(‘testxxzx’, ‘xyz’) = ‘test’