You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: