pyarrow.flight.FlightMethod#

classpyarrow.flight.FlightMethod(value)#

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#