You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Michal Nowakiewicz (Jira)" <ji...@apache.org> on 2021/09/16 05:58:00 UTC

[jira] [Updated] (ARROW-13643) [C++][Compute] Implement outer join with support for residual predicates

     [ https://issues.apache.org/jira/browse/ARROW-13643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Nowakiewicz updated ARROW-13643:
---------------------------------------
    Priority: Minor  (was: Major)

> [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: Michal Nowakiewicz
>            Priority: Minor
>              Labels: query-engine
>             Fix For: 6.0.0
>
>
> 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)