-
Class Summary
Class |
Description |
Computer |
Computer creates a new deferred calculation plus an offset (FutureOffset) every time computer is called.
|
Future |
Future performs a deferred computation on a portion of a table.
|
FutureOffset |
FutureOffset pairs a deferred calculation with an offset, an index that indicates the location in the calculated
result.
|
Input |
Input specifies how to gather data from a table into a Python object.
|
Output |
Output specifies how to scatter data from a Python object into a table column.
|
Scatterer |
Scatterer applies scatter functions to the result of a deferred calculation so that the results can be scattered into
new table columns.
|