Modules

Structs

Task that can be sent to an executor to execute one stage of a query and write results out to disk

From Spark, available resources for an executor, like available task slots

Meta-data for an executor, used when fetching shuffle partitions from other executors

Specification of an executor, indicting executor resources, like total task slots

The internal state of an executor, like cpu usage, memory usage, etc

Unique identifier for the output partition of an operator.

Summary of executed partition

Enums

Action that can be sent to an executor