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

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

Get the coerced data type for comparison operations such as eq, not eq, lt, lteq, gt, and gteq.