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

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

Performs type coercion for functions Returns the data types that each argument must be coerced to match signature.

For more details on coercion in general, please see the type_coercion module.