forked from nbauernfeind/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.
feat!: Add TableDefinition wrapper for python (deephaven#5892)
* `deephaven.table.TableDefinition`: new python wrapper for `io.deephaven.engine.table.TableDefinition` * `deephaven.column.ColumnDefinition`: new python wrapper for `io.deephaven.engine.table.ColumnDefinition` * `deephaven.table.TableDefinitionLike`: new type alias to allow for consistent public APIs and conversions into `deephaven.table.TableDefinition` * `deephaven.column.Column`: deprecated for removal * `deephaven.jcompat.j_table_definition`: deprecated for removal * `deephaven.stream.kafka.consumer.json_spec`: `cols_defs` specified as `List[Tuple[str, DType]]` deprecated for removal Fixes deephaven#4822 BREAKING CHANGE: `deephaven.column.InputColumn` no longer inherits from `deephaven.column.Column`; as such, it no longer exposes Column's attributes. This is unlikely to affect users as InputColumn is really a structure meant to support `new_table`.
- Loading branch information
1 parent
9ca4332
commit 07786ef
Showing
30 changed files
with
854 additions
and
338 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
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.