[
https://issues.apache.org/jira/browse/ARROW-13643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13643:
-----------------------------------
Labels: pull-request-available query-engine (was: query-engine)
> [C++][Compute] Implement outer join with support for residual predicates
> ------------------------------------------------------------------------
>
> Key: ARROW-13643
> URL: https://issues.apache.org/jira/browse/ARROW-13643
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Affects Versions: 6.0.0
> Reporter: Michal Nowakiewicz
> Assignee: Sasha Krassovsky
> Priority: Minor
> Labels: pull-request-available, query-engine
> Fix For: 7.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Residual predicates are evaluated after finding matches using equality
> condition on key columns, but before deciding whether an input had a match
> for the join and resolving outer references. They allow to implement in a
> simple (but potentially inefficient) way inequality predicates that accompany
> equality predicates in join condition.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)