Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select Operator #3

Closed
1 of 3 tasks
srora opened this issue Nov 25, 2019 · 0 comments
Closed
1 of 3 tasks

Select Operator #3

srora opened this issue Nov 25, 2019 · 0 comments

Comments

@srora
Copy link

srora commented Nov 25, 2019

Select operator takes in arrow's table as an input and produces a filtered arrow table as an output. It should be able to support multiple predicates connected through ands and ors. The predicates could be on fields of different data types. Gandiva's expression tree evaluation should be used.

  • Use Gandiva to write a select operator with one clause of int32 type
  • Support multiple clauses
  • Support clauses of different data types
@srora srora self-assigned this Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants