Function datafusion::physical_plan::type_coercion::can_coerce_from [−][src]
Expand description
Return true if a value of type type_from
can be coerced
(losslessly converted) into a value of type_to
See the module level documentation for more detail on coercion.