You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add flat vs. struct field projection benchmarks (apache#21257)
## Rationale for this change
This PR adds a benchmark comparing top-level column access against
struct field access for the same logical data
apache#20925 introduced leaf level projection masking so that projecting a
single struct field skips decoding its siblings. apache#21180 added benchmarks
measuring that improvement across different strcut shapes. But neither
benchmark answers how struct field access compare to reading the same
column at the top level. Without that baseline, it's hard to know how
much overhead the struct access path itself adds
0 commit comments