mingmwang commented on PR #4944:
URL:
https://github.com/apache/arrow-datafusion/pull/4944#issuecomment-1386667967
Looks like the method's comment is out of date. Could you please also fix
them in this PR ?
```rust
/// # Arguments
///
/// * subqry - The subquery portion of the `where exists` (select * from
orders)
/// * negated - True if the subquery is a `where not exists`
/// * filter_input - The non-subquery portion (from customers)
/// * outer_exprs - Any additional parts to the `where` expression (and c.x
= y)
fn optimize_exists(
query_info: &SubqueryInfo,
outer_input: &LogicalPlan,
outer_other_exprs: &[Expr],
)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]