pub fn apply_binary<F>(a: Expr, b: Expr, f: F, output_type: GetOutput) -> ExprExpand description
Like map_binary, but used in a group_by-aggregation context.
See Expr::apply for the difference between map and apply.
pub fn apply_binary<F>(a: Expr, b: Expr, f: F, output_type: GetOutput) -> ExprLike map_binary, but used in a group_by-aggregation context.
See Expr::apply for the difference between map and apply.