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

Function datafusion::physical_plan::aggregates::create_aggregate_expr[][src]

pub fn create_aggregate_expr(
    fun: &AggregateFunction,
    distinct: bool,
    args: &[Arc<dyn PhysicalExpr>],
    input_schema: &Schema,
    name: impl Into<String>
) -> Result<Arc<dyn AggregateExpr>>
Expand description

Create a physical (function) expression. This function errors when args’ can’t be coerced to a valid argument type of the function.