pyarrow.flight.DescriptorType¶
- class pyarrow.flight.DescriptorType(value)¶
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, **kwargs)¶
Attributes
- CMD = 2¶
- PATH = 1¶
- UNKNOWN = 0¶