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
coerce_types in datafusion::logical_expr::type_coercion::binary - Rust
[go: Go Back, main page]

pub fn coerce_types(
    lhs_type: &DataType,
    op: &Operator,
    rhs_type: &DataType
) -> Result<DataType, DataFusionError>
Expand description

Coercion rules for all binary operators. Returns the ‘coerce_types’ is returns the type the arguments should be coerced to

Returns None if no suitable type can be found.