Package io.deephaven.integrations.learn


package io.deephaven.integrations.learn
  • Classes
    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.
    Output specifies how to scatter data from a Python object into a table column.
    Scatterer applies scatter functions to the result of a deferred calculation so that the results can be scattered into new table columns.