| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../api/../generated/pyarrow.flight.FlightInfo.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
A description of a Flight stream.
Create a FlightInfo object from a schema, descriptor, and endpoints.
Schema, optionalthe schema of the data in this flight.
FlightDescriptorthe descriptor for this flight.
list of FlightEndpointa list of endpoints where this flight is available.
int, default Nonethe total records in this flight, -1 or None if unknown.
int, default Nonethe total bytes in this flight, -1 or None if unknown.
FalseWhether endpoints are in the same order as the data.
bytes or str, default Application-defined opaque metadata.
Methods
Create a FlightInfo object from a schema, descriptor, and endpoints. |
|
|
Parse the wire-format representation of this type. |
|
Get the wire-format representation of this type. |
Attributes
Application-defined opaque metadata. |
|
The descriptor of the data in this flight. |
|
The endpoints where this flight is available. |
|
Whether endpoints are in the same order as the data. |
|
The schema of the data in this flight. |
|
The size in bytes of the data in this flight, or -1 if unknown. |
|
The total record count of this flight, or -1 if unknown. |
Application-defined opaque metadata.
There is no inherent or required relationship between this and the app_metadata fields in the FlightEndpoints or resulting FlightData messages. Since this metadata is application-defined, a given application could define there to be a relationship, but there is none required by the spec.
The descriptor of the data in this flight.
Parse the wire-format representation of this type.
Useful when interoperating with non-Flight systems (e.g. REST services) that may want to return Flight types.
The endpoints where this flight is available.
Whether endpoints are in the same order as the data.
The schema of the data in this flight.
Get the wire-format representation of this type.
Useful when interoperating with non-Flight systems (e.g. REST services) that may want to return Flight types.
The size in bytes of the data in this flight, or -1 if unknown.
The total record count of this flight, or -1 if unknown.
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |