Registry / networking / arrow-flight

arrow-flight

JSON →
library58.2.0rscratesunverified

Apache Arrow Flight.

# Cargo.toml [dependencies] arrow-flight = "58.2.0"
INSTALL
IMPORT
SIG · ARROW-FLIGHT
A
arrow-flight
networkingrustv58.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FlightServiceClient
use arrow_flight::FlightServiceClient;

Connects to an Arrow Flight server.

use arrow_flight::FlightServiceClient; let client = FlightServiceClient::connect("http://localhost:50051").await.unwrap();
Debug
Known issues
gotchaRequires an async runtime like Tokio.
fix
Add tokio as a dependency and use #[tokio::main].
affects: *
Upgrade
Version history
58.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
OpenAI (training)
1
Resources
arrow-flight — cargo add arrow-flight · libregistry