pyarrow.flight.Result

class pyarrow.flight.Result(buf)

Bases: pyarrow.lib._Weakrefable

A result from executing an Action.

__init__()

Create a new result.

Parameters

buf (Buffer or bytes-like object) –

Methods

__init__

Create a new result.

Attributes

body

Get the Buffer containing the result.

body

Get the Buffer containing the result.