pyarrow.flight.FlightMethod¶
- class pyarrow.flight.FlightMethod(value)¶
Bases:
enum.Enum
The implemented methods in Flight.
- __init__()¶
Initialize self. See help(type(self)) for accurate signature.
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¶