Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
arrow-flight 38.0.0 - Docs.rs
[go: Go Back, main page]

arrow-flight 38.0.0

Apache Arrow Flight
Documentation

Apache Arrow Flight

Crates.io

Usage

Add this to your Cargo.toml:

[dependencies]
arrow-flight = "37.0.0"

Apache Arrow Flight is a gRPC based protocol for exchanging Arrow data between processes. See the blog post Introducing Apache Arrow Flight: A Framework for Fast Data Transport for more information.

This crate provides a Rust implementation of the Flight.proto gRPC protocol and examples that demonstrate how to build a Flight server implemented with tonic.

Feature Flags

  • flight-sql-experimental: Enables experimental support for Apache Arrow FlightSQL, a protocol for interacting with SQL databases.