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

DO_EXCHANGE

DO_GET

DO_PUT

GET_FLIGHT_INFO

GET_SCHEMA

HANDSHAKE

INVALID

LIST_ACTIONS

LIST_FLIGHTS

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