[FEA] Use AST for filter in join APIs #2441
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
P0
Must have for release
performance
A performance related task/issue
Is your feature request related to a problem? Please describe.
This is follow on work for #2433 and #2440. The goal is to take the AST join work from CUDF when it is ready and use it. We might want to remove the split check that happens before doing a join if it was not removed as a part of #2440. This is because that check cannot take into account the inequality join parts that can happen, so it will be really inaccurate in those cases, not just the fairly inaccurate that it is now.
The text was updated successfully, but these errors were encountered: