-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Server-generated column statistics (#4680)
Reintroduces the column statistics feature from DHE. This code is copied, with a few changes to how it behaves and how it functions: * Results are sent to the client in a static table rather than a simple object payload. * Client can control the max number of unique values to display, up to a point (previously the max was technically 19, new default is 20). * Non-Comparable objects now have their "popularity" counts as well as Comparable, until a max limit is reached. Only the most common 20 entries will be sent to the client. * Deephaven "null" values are used to represent that a standard deviation or average cannot be computed. Note that until #188 is solved, the JS API and web UI will not display the unique value list. Fixes #697
- Loading branch information
Showing
35 changed files
with
3,989 additions
and
329 deletions.
There are no files selected for viewing
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
42 changes: 42 additions & 0 deletions
42
cpp-client/deephaven/dhclient/proto/deephaven/proto/table.grpc.pb.cc
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.