pyarrow.flight.FlightMethod#
- class pyarrow.flight.FlightMethod(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
Enum
The implemented methods in Flight.
- __init__(*args, **kwds)#
Attributes
- DO_ACTION = 7#
- DO_EXCHANGE = 9#
- DO_GET = 5#
- DO_PUT = 6#
- GET_FLIGHT_INFO = 3#
- GET_SCHEMA = 4#
- HANDSHAKE = 1#
- INVALID = 0#
- LIST_ACTIONS = 8#
- LIST_FLIGHTS = 2#