Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Deephaven Python Client API documentation
Deephaven Python Client API documentation
  • Python Client Examples
  • Initialize
  • Binding to a table
  • Execute a query on a table
  • Sort a table
  • Filter a table
  • Query objects
  • Join 2 tables
  • Perform aggregations on a table
  • Convert a PyArrow table to a Deephaven table
  • Execute a script server side
  • Subscribe to a ticking table
  • Error handling
  • Python Modules
    • pydeephaven
      • agg
      • dherror
      • experimental
        • plugin_client
      • query
      • session
      • table
      • ticket
      • updateby
      • utils
  • Module Index
  • Index
Back to top
View this page

pydeephaven.experimentalΒΆ

  • plugin_client
    • Fetchable
      • Fetchable.fetch()
      • Fetchable.pb_ticket
      • Fetchable.pb_typed_ticket
      • Fetchable.ticket
      • Fetchable.type
    • PluginClient
      • PluginClient.pb_ticket
      • PluginClient.pb_typed_ticket
      • PluginClient.ticket
      • PluginClient.type
    • PluginRequestStream
      • PluginRequestStream.write()
    • PluginResponseStream

Experimental APIs for client-side plugins.

Next
pydeephaven.experimental.plugin_client
Previous
pydeephaven.dherror
Copyright © 2021, Deephaven Data Labs
Made with Sphinx and @pradyunsg's Furo