-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-6669: [Rust] [DataFusion] Implement binary expression for physi…
…cal plan This PR adds the binary expression to the new physical execution plan, with support for comparison operators (`<`, `<=`, `>`, `>=`, `==`, `!=`) and boolean operators `AND` and `OR`. Other binary expressions, such as math expressions will be added in a future PR. Closes #5478 from andygrove/ARROW-6669 and squashes the following commits: 83bfa77 <Andy Grove> formatting af8d298 <Andy Grove> address PR feedback 9ad3b7f <Andy Grove> formatting bb82a24 <Andy Grove> use expect() instead of unwrap() when downcasting arrays 9b94cc8 <Andy Grove> Implement binary expression with support for comparison and boolean operators Authored-by: Andy Grove <[email protected]> Signed-off-by: Paddy Horan <[email protected]>
- Loading branch information
1 parent
5a918ce
commit c6faaed
Showing
1 changed file
with
204 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters