calc_func_dependencies_for_aggregate

Function calc_func_dependencies_for_aggregate 

Source
fn calc_func_dependencies_for_aggregate(
    group_expr: &[Expr],
    input: &LogicalPlan,
    aggr_schema: &DFSchema,
) -> Result<FunctionalDependencies>
Expand description

Calculates functional dependencies for aggregate expressions.