Commit 390de28
Add benchmark for parquet reader with row_filter and project settings (#7401)
* Add benchmark for parquet reader with row_filter and project settings
* fix clippy
* change bench mark to use asyn read to trigger the page cache
* fix
* fix
* Update comments, add background
* incremently addressing the comments
* Fix bool random
* fixup
* Add fn switch and project enum
* Fix clippy
* Address comment
* Add float(half set) and int(full set) change
* Address comments
* Set compression
* fix
* Update comments
* refactor filter column indexes
* Read from in memory buffer
* celanu
* Test both sync and async readers
---------
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>1 parent 3ed9aed commit 390de28
2 files changed
Lines changed: 570 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
214 | 218 | | |
215 | 219 | | |
216 | 220 | | |
| |||
0 commit comments