-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
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
Update Exported types to include custom objects (eg. _deephaven_object
on a python object)
#1485
Comments
Summary of call yesterday: There are three basic cases where generic serialized objects will be made available, table attributes, console variables, and application fields.
Proposed rough grpc changes:
Internal Java changes:
Flight Schema changes:
JS API changes:
|
@niloc132 / @nbauernfeind One question I forgot to raise is how will a Python extension hook into this to advertise it's custom types? Is it adding a custom attribute onto the PyObject that indicates it should be an object that's exported (similar to how we do with |
@mofojed I like the |
Superseded by #1766 |
Allow exporting a custom type
Related to discussion: #1468
#1468 (comment)
The text was updated successfully, but these errors were encountered: