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

pub fn return_type(
    fun: &AggregateFunction,
    input_expr_types: &[DataType]
) -> Result<DataType, DataFusionError>
Expand description

Returns the datatype of the aggregate function. This is used to get the returned data type for aggregate expr.