Skip to content

Commit

Permalink
Refactor decompress_batches_scan functions (#7207)
Browse files Browse the repository at this point in the history
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
kpan2034 authored Sep 3, 2024
1 parent 6f1379e commit d9f0539
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 275 deletions.
1 change: 1 addition & 0 deletions .unreleased/pr_7207
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Implements: #7207 Refactor decompress_batches_scan functions
Loading

0 comments on commit d9f0539

Please sign in to comment.