pyarrow.flight.Ticket

class pyarrow.flight.Ticket(ticket)

Bases: pyarrow.lib._Weakrefable

A ticket for requesting a Flight stream.

__init__(*args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(*args, **kwargs)

Initialize self.

deserialize(type cls, serialized)

Parse the wire-format representation of this type.

serialize(self)

Get the wire-format representation of this type.

Attributes

ticket

deserialize(type 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.

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.

ticket