Arrow Flight¶
Warning
Flight is currently unstable. APIs are subject to change, though we don’t expect drastic changes.
Common Types¶
|
An action executable on a Flight service. |
|
A type of action that is executable on a Flight service. |
|
The type of a FlightDescriptor. |
A description of a data stream available from a Flight service. |
|
|
A Flight stream, along with the ticket and locations to access it. |
|
A description of a Flight stream. |
|
The location of a Flight service. |
|
A ticket for requesting a Flight stream. |
|
A result from executing an Action. |
Flight Client¶
|
RPC-layer options for a Flight call. |
|
A client to a Flight service. |
A factory for new middleware instances. |
|
Client-side middleware for a call, instantiated per RPC. |
Flight Server¶
|
A Flight service definition. |
|
A Flight data stream backed by a Python generator. |
|
A Flight data stream backed by RecordBatches. |
A factory for new middleware instances. |
|
Server-side middleware for a call, instantiated per RPC. |
Authentication¶
Authentication plugin for a client. |
|
Authentication middleware for a server. |
Middleware¶
|
The implemented methods in Flight. |
|
Information about a particular RPC for Flight middleware. |