Expand description
§Ballista Executor Process
This crate contains the Ballista executor process.
Modules§
- collect
- The CollectExec operator retrieves results from the cluster and returns them as a single vector of RecordBatch.
- config
- execution_
engine - execution_
loop - executor
- Ballista executor logic
- executor_
process - Ballista Executor Process
- executor_
server - flight_
service - Implementation of the Apache Arrow Flight protocol that wraps an executor.
- metrics
- shutdown
- terminate
Structs§
Functions§
- as_
task_ status - new_
standalone_ executor - Creates standalone executor with most values set as default.
- new_
standalone_ executor_ from_ builder - new_
standalone_ executor_ from_ state - Creates new standalone executor based on session_state provided.
Type Aliases§
- Arrow
Flight Server Provider - ArrowFlightServerProvider provides a function which creates a new Arrow Flight server.