-
Notifications
You must be signed in to change notification settings - Fork 113
feat: display tree with no metadata #5898
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Daniel King <[email protected]>
CodSpeed Performance ReportMerging this PR will improve performance by 10.71%Comparing Summary
Performance Changes
|
Codecov Report❌ Patch coverage is
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
joseph-isaacs
left a comment
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.
I am not against this, just not sure we want to open up str eq as the best way to do array encoding equality
| DisplayArrayAs(self, options) | ||
| } | ||
|
|
||
| /// Display the tree of array encodings and lengths without metadata or buffers. |
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.
and stats?
| /// assert_eq!(format!("{}", array.display_tree_no_metadata()), expected); | ||
| /// ``` | ||
| pub fn display_tree_no_metadata(&self) -> impl Display { | ||
| DisplayArrayAs(self, DisplayOptions::TreeNoMetadataDisplay) |
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.
do you think we want to make these option compose so you can take any subset?
No description provided.