forked from deephaven/deephaven-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support rollups and trees in the engine and gRPC server, and make tab…
…le attributes immutable (deephaven#3243) * Implement engine support for rollups and trees based on partitioned tables * Implement a gRPC API for manipulating rollups and trees, and subscribing to snapshots thereof * Implement (as yet unsupported in the UI) capability to "expand all" rollups and trees * Make table attributes immutable * DataColumn.set* are removed * We now have ImmutableConstant*ColumnSources, for single value constant columns * RowRedirection now properly implements ChunkSource.WithPrev and FillUnordered * WritableRowRedirection now properly implements ChunkSink * Legacy rollup and tree snapshot code has been removed * Legacy SmartKey and TableMap code has been removed
- Loading branch information
Showing
415 changed files
with
12,868 additions
and
11,830 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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.