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::data_types - Rust
[go: Go Back, main page]

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

pub fn data_types(
    current_types: &Vec<DataType>,
    signature: &Signature
) -> Result<Vec<DataType>>

Returns the data types that each argument must be coerced to match signature.

See the module level documentation for more detail on coercion.