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

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

pyarrow.flight.Ticket#

class pyarrow.flight.Ticket(ticket)#

Bases: _Weakrefable

A ticket for requesting a Flight stream.

__init__(*args, **kwargs)#

Methods

__init__(*args,**kwargs)

deserialize(cls,serialized)

Parse the wire-format representation of this type.

serialize(self)

Get the wire-format representation of this type.

Attributes

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.

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#

Web Proxy Viewer  |  New URL  |  Original Page