This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Avoid materialization of indices in filter_record_batch for single arrays #234
Labels
enhancement
An improvement to an existing feature
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. This probably will be a time/memory usage win.This is a common situation in DataFusion / SQL (
select a from x where [...]
).The text was updated successfully, but these errors were encountered: