| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.flight.FlightEndpoint.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
A Flight stream, along with the ticket and locations to access it.
Create a FlightEndpoint from a ticket and list of locations.
Ticket or bytesthe ticket needed to access this flight
list of str URIslocations where this flight is available
TimestampScalar, default NoneExpiration time of this stream. If present, clients may assume they can retry DoGet requests. Otherwise, clients should avoid retrying DoGet requests.
bytes or str, default Application-defined opaque metadata.
ArrowExceptionIf one of the location URIs is not a valid URI.
Methods
Create a FlightEndpoint from a ticket and list of locations. |
|
|
Parse the wire-format representation of this type. |
|
Get the wire-format representation of this type. |
Attributes
Get application-defined opaque metadata. |
|
Get the expiration time of this stream. |
|
Get locations where this flight is available. |
|
Get the ticket in this endpoint. |
Get application-defined opaque metadata.
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.
Get the expiration time of this stream.
If present, clients may assume they can retry DoGet requests. Otherwise, clients should avoid retrying DoGet requests.
Get locations where this flight is available.
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.
Get the ticket in this endpoint.
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 |