-
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.
* Cleanup on base operators. * Initial commit, working and passing tests. * Optimized to re-use formula columns when possible. * Shared formula column tested (and fixed). * Proto file changes and java client updates. * More spotless. * Refactor accomplished, functional but ugly. * Missing file, sigh. * Python test fix. * Cleanup and more documentation. * Removed unneeded annotations from the Rolling op specs * Addressing PR comments. * Spotless. * table.proto reversion * Correct misnaming. * PR comments addressed. * Minor doc changes. * Python client added, documentation updated. * Python client documentation improvements.
- Loading branch information
Showing
188 changed files
with
12,901 additions
and
5,673 deletions.
There are no files selected for viewing
2,210 changes: 1,326 additions & 884 deletions
2,210
cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.cc
Large diffs are not rendered by default.
Oops, something went wrong.
766 changes: 681 additions & 85 deletions
766
cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.h
Large diffs are not rendered by default.
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
375 changes: 245 additions & 130 deletions
375
engine/table/src/main/java/io/deephaven/engine/table/impl/updateby/UpdateBy.java
Large diffs are not rendered by default.
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
Oops, something went wrong.