Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor decompress_batches_scan functions (#7207)
The code paths for `decompress_batches_indexscan` and `decompress_batches_seqscan` are mostly duplicated. This unifies the code path by refactoring it into a single function to make it easier to maintain. Closes #7144.
- Loading branch information