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 in datafusion::physical_plan::expressions - Rust
[go: Go Back, main page]

pub fn binary(
    lhs: Arc<dyn PhysicalExpr, Global>,
    op: Operator,
    rhs: Arc<dyn PhysicalExpr, Global>,
    _input_schema: &Schema
) -> Result<Arc<dyn PhysicalExpr, Global>, DataFusionError>
Expand description

Create a binary expression whose arguments are correctly coerced. This function errors if it is not possible to coerce the arguments to computational types supported by the operator.