fn ensure_exprs_are_binary(exprs: &[Expr], columns: &[&Column]) -> Result<()>
Ensure all exprs are binary expr and all the columns are defined in the column list.