-
Notifications
You must be signed in to change notification settings - Fork 118
chore[duckdb]: clean up the duckdb exporters #6055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
Merging this PR will improve performance by 13.81%
Performance Changes
Comparing Footnotes
|
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
Signed-off-by: Joe Isaacs <[email protected]>
| #[inline(always)] | ||
| fn vortex_expect(self, msg: &'static str) -> Self::Output { | ||
| self.map_err(|err| err.into()) | ||
| .inspect_err(|e| println!("got a big ERROR {e}")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this intentional?
|
|
||
| let conn = database | ||
| .connect() | ||
| .inspect_err(|e| println!("err {e}")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or this
Support into_parts for more array using a custom parts struct