Add key column and column properties to JsPartitionedTable#4789
Merged
georgecwan merged 5 commits intodeephaven:mainfrom Nov 30, 2023
Merged
Add key column and column properties to JsPartitionedTable#4789georgecwan merged 5 commits intodeephaven:mainfrom
georgecwan merged 5 commits intodeephaven:mainfrom
Conversation
niloc132
reviewed
Nov 7, 2023
niloc132
reviewed
Nov 20, 2023
| * @return Table | ||
| */ | ||
| @JsProperty | ||
| public JsTable getKeyTable() { |
Member
There was a problem hiding this comment.
This is probably not safe to return - what are you trying to do with this as an api consumer?
Contributor
Author
There was a problem hiding this comment.
The new UI being implemented for Partitioned Tables (spec) need to be able to display the table containing all the possible keys.
7b5b2bd to
cac3c63
Compare
cac3c63 to
7c16c10
Compare
niloc132
approved these changes
Nov 30, 2023
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
getKeyColumns,getColumns, andgetKeyTabletoJsPartitionedTable.Resolves #4773.