Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
translate in datafusion::physical_plan::unicode_expressions - Rust
[go: Go Back, main page]

Function datafusion::physical_plan::unicode_expressions::translate[][src]

pub fn translate<T: StringOffsetSizeTrait>(
    args: &[ArrayRef]
) -> Result<ArrayRef>

Replaces each character in string that matches a character in the from set with the corresponding character in the to set. If from is longer than to, occurrences of the extra characters in from are deleted. translate(‘12345’, ‘143’, ‘ax’) = ‘a2x5’