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

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

pub fn can_coerce_from(type_into: &DataType, type_from: &DataType) -> bool

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.