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

Function datafusion::physical_plan::type_coercion::coerce[][src]

pub fn coerce(
    expressions: &[Arc<dyn PhysicalExpr>],
    schema: &Schema,
    signature: &Signature
) -> Result<Vec<Arc<dyn PhysicalExpr>>>

Returns expressions coerced to types compatible with signature, if possible.

See the module level documentation for more detail on coercion.