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
duckdb: Exit earlier on Validity::AllFalse (#7411)
1. Make duckdb all-invalid exporter a unit type:
If we set underlying vector's validity to "all false",
duckdb won't read underlying values so you don't need to
fill them
2. Exit early on exporter branches if validity is all false.
Saves a ConstantArray creation + execute
Signed-off-by: Mikhail Kot <to@myrrc.dev>
0 commit comments