Function datafusion::physical_plan::type_coercion::coerce
source · [−]pub fn coerce(
expressions: &[Arc<dyn PhysicalExpr + 'static>],
schema: &Schema,
signature: &Signature
) -> Result<Vec<Arc<dyn PhysicalExpr + 'static>, Global>, DataFusionError>
Expand description
Returns expressions
coerced to types compatible with
signature
, if possible.
See the module level documentation for more detail on coercion.