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
binary_to_string_coercion in datafusion_expr::binary - Rust
[go: Go Back, main page]

Function binary_to_string_coercion

Source
pub fn binary_to_string_coercion(
    lhs_type: &DataType,
    rhs_type: &DataType,
) -> Option<DataType>
Expand description

Coercion rules for binary (Binary/LargeBinary) to string (Utf8/LargeUtf8): If one argument is binary and the other is a string then coerce to string (e.g. for like)