We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
When hovering over the Column A, I expect to see a count of "a" and "b":
from deephaven import empty_table et=empty_table(100).update("A=i%2==1?`b`:`a`")
Instead I just see the unique count.
But I would expect something like this:
Versions
The text was updated successfully, but these errors were encountered:
This is dependent on #188 to get proper deserialization of the values that the server wants to be able to send.
Sorry, something went wrong.
feat: Enable unique values in column statistics calls from JS
bdc3f5d
Fixes deephaven#5031
dfc8e0d
niloc132
Successfully merging a pull request may close this issue.
Description
When hovering over the Column A, I expect to see a count of "a" and "b":
Instead I just see the unique count.
![image](https://private-user-images.githubusercontent.com/29706529/296058592-2f31c133-6b28-4ece-b171-ca292a5a9f9a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTM5MTAsIm5iZiI6MTczOTAxMzYxMCwicGF0aCI6Ii8yOTcwNjUyOS8yOTYwNTg1OTItMmYzMWMxMzMtNmIyOC00ZWNlLWIxNzEtY2EyOTJhNWE5ZjlhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDExMjAxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkwMDQ5Nzk5Mjk1MjFjMGQxMjBiNjAyMTY0ZjJkNzU0Mzk5MzI0ZWU0N2ViNDhmNjJmYTkyODYzODk5ZWU2YmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1S6HApjD1nSKky574yua645UbSQkpUbloaixcYc_8rM)
But I would expect something like this:
![image](https://private-user-images.githubusercontent.com/29706529/296058967-deead868-d9c3-4362-8bd2-776e487095c2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTM5MTAsIm5iZiI6MTczOTAxMzYxMCwicGF0aCI6Ii8yOTcwNjUyOS8yOTYwNTg5NjctZGVlYWQ4NjgtZDljMy00MzYyLThiZDItNzc2ZTQ4NzA5NWMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDExMjAxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2NjRkOTg5ZGE3MmNkMzE4NmYyZGQ3MjM3ZWMxYmFjZTVjN2IzMWM5ZGJhZjE2ZTQyNGY5YjRlZTFhNDA4MmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bWlDSw1ruJRb3h4avqnEO0zsiXUkuFxg53luEJL-_vc)
Versions
The text was updated successfully, but these errors were encountered: