coffea.processor#
A framework for analysis scale-out
Functions#
|
Classes#
ABC for a generalized processor |
|
|
Execute in one thread iteratively |
|
Execute using multiple local cores using python futures |
|
Execute using dask futures |
|
Execute using parsl pyapp wrapper |
|
Execute using TaskVine distributed computing framework |
|
A tool to run a processor using uproot for data delivery |
ABC for a generalized checkpointer |
|
|
|
Abstract base class for an accumulator |
|
|
Holds a value of arbitrary type |
|
A list with accumulator semantics |
A set with accumulator semantics |
|
A dictionary with accumulator semantics |
|
A defaultdict with accumulator semantics |
|
|
An appendable numpy.ndarray or ak.Array |
|
A Rust-style result type wrapping either a success value or an exception. |
|
A successful result containing a value. |
|
A failed result containing an exception, optionally with a partial value. |
Class Inheritance Diagram#
