-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pkg/query: Create TableArrow report type * pkg/query: Create GenerateTable to return arrow record * [pre-commit.ci lite] apply automatic fixes * pkg/query/table: Add test and support for unsymbolized profiles * pkg/query: Use `(null)` string when testing string dictionaries * pkg/query/table: Fix flat values * ui/shared/profile: Don't break adding arrow to TopTableData * pkg/query/table: Fix flat values and tests * ui/shared/profile: Add flatDiff and cumulativeDiff columns Also start using the columnsVisibility feature by react-table rather than adding columns manually like before. * pkg/query: Post rebase fixes * pkg/query/table: Add comment about map check not panicking --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cec1f8a
commit 14e0e67
Showing
14 changed files
with
1,884 additions
and
423 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.