Crate ballista_executor[][src]

Expand description

Ballista Executor Process

This crate contains the Ballista executor process. Refer to https://crates.io/crates/ballista for documentation.

Modules

The CollectExec operator retrieves results from the cluster and returns them as a single vector of RecordBatch.

Ballista executor logic

Implementation of the Apache Arrow Flight protocol that wraps an executor.

Functions