[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.flight.DescriptorType.html [Back]  [Original]

pyarrow.flight.DescriptorType — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.flight.DescriptorType#

class pyarrow.flight.DescriptorType(*values)#

Bases: Enum

The type of a FlightDescriptor.

Attributes:
UNKNOWN

An unknown descriptor type.

PATH

A Flight stream represented by a path.

CMD

A Flight stream represented by an application-defined command.

__init__(*args, **kwds)#

Attributes

CMD = 2#
PATH = 1#
UNKNOWN = 0#

Web Proxy Viewer  |  New URL  |  Original Page