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

pub fn coerce_types(
    agg_fun: &AggregateFunction,
    input_types: &[DataType],
    signature: &Signature
) -> Result<Vec<DataType>>
Expand description

Returns the coerced data type for each input_types. Different aggregate function with different input data type will get corresponding coerced data type.