All Classes and Interfaces
Class
Description
Computer creates a new deferred calculation plus an offset (FutureOffset) every time computer is called.
Future performs a deferred computation on a portion of a table.
FutureOffset pairs a deferred calculation with an offset, an index that indicates the location in the calculated
result.
Input specifies how to gather data from a table into a Python object.
Tool to wrap Python Callables into Java functional interfaces.
Gatherer takes Deephaven columnar data and places it into a buffer to be used by Python.
Output specifies how to scatter data from a Python object into a table column.
General purpose helper methods for array conversion methods from specific object types to/from primitive types.
Simple output stream that redirects all writes to a python io.TextIOBase type.
A
BiFunction implementation which calls a Python callable.A ScriptSession that uses a JPy cpython interpreter internally.
A
Function implementation which calls a Python callable.A class which calls a Python callable.
A Deephaven table listener which passes update events to a Python listener object.
An efficient reader for a Python table listener to extract columnar data based on the
RowSequence in the
TableUpdateThis is a helper class for wrapping a Java object in a Python wrapper and unwrapping a Python wrapper to a raw Java
object.
A Deephaven table listener which passes update events to a Python listener object.
A Deephaven table listener which passes update events to a Python listener object.
A
Runnable implementation which calls a Python callable.A Deephaven table listener which passes update events to a Python listener object.
A
ThrowingRunnable implementation which executes a Python callable.Utility functions for
time.py to extract java.time components in a single call.Functions to support interfacing to python from java
Scatterer applies scatter functions to the result of a deferred calculation so that the results can be scattered into
new table columns.
A listener to replay the current table snapshot.