datafusion
datafusion copied to clipboard
Clean up InList code to use functions rather than macros
Which issue does this PR close?
N/A (at the moment)
Rationale for this change
Inspired by @liukun4515 's PR here: https://github.com/apache/arrow-datafusion/pull/2809 I saw some macro use that could be reduced and may even be faster
What changes are included in this PR?
- Remove macro use when checking for set inclusion
Are there any user-facing changes?
No
Hmm, something is not correct. Will investigate
I don't have time / plans to work on this any more