Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
37ab45a
base code
hhhizzz Nov 5, 2025
5e81ee4
Try to fix the page skip issue
hhhizzz Nov 5, 2025
3abea7a
Add strategy selection in builder
hhhizzz Nov 6, 2025
35a2a59
Update ReadPlanBuilder
hhhizzz Nov 6, 2025
eeccdc6
Update the skip page structure
hhhizzz Nov 6, 2025
4239db1
Add unit test to readers.
hhhizzz Nov 6, 2025
3b3304e
Fix Clippy
hhhizzz Nov 6, 2025
fc59610
Merge branch 'main' into rowselectionempty
hhhizzz Nov 7, 2025
0d8ea30
Add Comments to Unit tests
hhhizzz Nov 7, 2025
efc80d3
Move should_force_selectors to row selection
hhhizzz Nov 7, 2025
9db0107
Update the code style and comments
hhhizzz Nov 7, 2025
c960d7b
Fix building
hhhizzz Nov 7, 2025
576aa0f
Fix building
hhhizzz Nov 7, 2025
365465a
Try add utf-8 bench
hhhizzz Nov 7, 2025
f317ce0
The row selection bench mark
hhhizzz Nov 7, 2025
b177e09
Add comments
hhhizzz Nov 7, 2025
4005626
Fix build
hhhizzz Nov 7, 2025
fe23877
Update the tests
hhhizzz Nov 7, 2025
e17e907
Update the return value of next_selector
hhhizzz Nov 8, 2025
25bcdca
Update the strategy API
hhhizzz Nov 9, 2025
64553be
Merge branch 'main' into rowselectionempty
hhhizzz Nov 10, 2025
9cb9e82
Support the latest push_decoder
hhhizzz Nov 10, 2025
8edc8b1
Minor: clean up of selection strategy code
alamb Nov 10, 2025
6b59066
Merge pull request #6 from alamb/alamb/minor_rowselection_cleanup
hhhizzz Nov 10, 2025
d27d7d7
Another minor cleanup for the read plan builder
alamb Nov 10, 2025
0e2895d
Merge pull request #7 from alamb/alamb/preferred_2
hhhizzz Nov 10, 2025
93fc72b
Rework RowSelectionCursor to use enums
alamb Nov 10, 2025
59ee569
Merge pull request #8 from alamb/alamb/rework_selections
hhhizzz Nov 10, 2025
631cb17
Split RowSelectionPolicy from RowSelectionStrategy
alamb Nov 10, 2025
c30dca7
Remove safe flag
alamb Nov 10, 2025
1abae95
Merge pull request #9 from alamb/alamb/add_policy
hhhizzz Nov 11, 2025
e2da9fe
Rename the benchmark name to cursor
hhhizzz Nov 11, 2025
2566c26
Some miner code clean up. Refine error message when user hit error wi…
hhhizzz Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,10 @@ name = "row_selector"
harness = false
required-features = ["arrow"]

[[bench]]
name = "row_selection_state"
harness = false
required-features = ["arrow"]

[lib]
bench = false
Loading
Loading