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

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

pyarrow.flight.FlightDescriptor#

class pyarrow.flight.FlightDescriptor#

Bases: _Weakrefable

A description of a data stream available from a Flight service.

__init__(*args, **kwargs)#

Methods

__init__(*args,**kwargs)

deserialize(cls,serialized)

Parse the wire-format representation of this type.

for_command(command)

Create a FlightDescriptor for an opaque command.

for_path(*path)

Create a FlightDescriptor for a resource path.

serialize(self)

Get the wire-format representation of this type.

Attributes

command

Get the command for this descriptor.

descriptor_type

Get the type of this descriptor.

path

Get the path for this descriptor.

command#

Get the command for this descriptor.

descriptor_type#

Get the type of this descriptor.

classmethod deserialize(cls, serialized)#

Parse the wire-format representation of this type.

Useful when interoperating with non-Flight systems (e.g. REST services) that may want to return Flight types.

static for_command(command)#

Create a FlightDescriptor for an opaque command.

static for_path(*path)#

Create a FlightDescriptor for a resource path.

path#

Get the path for this descriptor.

serialize(self)#

Get the wire-format representation of this type.

Useful when interoperating with non-Flight systems (e.g. REST services) that may want to return Flight types.


Web Proxy Viewer  |  New URL  |  Original Page