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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Some optimization possible in the kernel seems to avoid materializing (start, end) and pre-building the filter when there is only a single input array. Useful for filters like SELECT x from t where [...].
Describe the solution you'd like
Don't pre-build the filter but use the normal filter for a single array instead
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Some optimization possible in the kernel seems to avoid materializing (start, end) and pre-building the filter when there is only a single input array. Useful for filters like
SELECT x from t where [...]
.Describe the solution you'd like
Don't pre-build the filter but use the normal
filter
for a single array insteadDescribe alternatives you've considered
Additional context
Same as jorgecarleitao/arrow2#235
The text was updated successfully, but these errors were encountered: