pyarrow.flight.FlightEndpoint#
- class pyarrow.flight.FlightEndpoint(ticket, locations)#
Bases:
pyarrow.lib._Weakrefable
A Flight stream, along with the ticket and locations to access it.
- __init__()#
Create a FlightEndpoint from a ticket and list of locations.
Methods
Create a FlightEndpoint from a ticket and list of locations.
Attributes
Get the ticket in this endpoint.
- locations#
- ticket#
Get the ticket in this endpoint.