pyarrow.flight.DescriptorType¶
- class pyarrow.flight.DescriptorType(value)¶
Bases:
enum.Enum
The type of a FlightDescriptor.
- UNKNOWN¶
An unknown descriptor type.
- PATH¶
A Flight stream represented by a path.
- CMD¶
A Flight stream represented by an application-defined command.
- __init__()¶
Initialize self. See help(type(self)) for accurate signature.
Attributes
- CMD = 2¶
- PATH = 1¶
- UNKNOWN = 0¶