Skip to content

Commit

Permalink
[ENH] single join fully implemented in numba (#1304)
Browse files Browse the repository at this point in the history
* single join fully implemented in numba

* get single equi join in numba; check for monotonicity before sorting

* improve logic for monotonicity in numba equi join

* add tests

* simplify boolean capture logic

* restrict column check to only non-equi joins, or if use_numba=True for equi joins

* add docstrings to tests

* update dtype check

* simplify dtype check further

* Update conditional_join.ipynb

* add validate keyword for equi joins

* fix docstrings

* further fix docstrings

* remove validate keyword

---------

Co-authored-by: Eric Ma <[email protected]>
Co-authored-by: samuel.oranyeli <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2023
1 parent 6590500 commit 44152a2
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 248 deletions.
Loading

0 comments on commit 44152a2

Please sign in to comment.