find_agg_expr

Function find_agg_expr 

Source
fn find_agg_expr<'a>(
    agg: &'a Aggregate,
    column: &Column,
) -> Result<Option<&'a Expr>>