| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.flight.FlightCallOptions.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
RPC-layer options for a Flight call.
Create call options.
float, NoneA timeout for the call, in seconds. None means that the timeout defaults to an implementation-specific value.
pyarrow.ipc.IpcWriteOptions, optionalIPC write options. The default options can be controlled by environment variables (see pyarrow.ipc).
List[Tuple[str, str]], optionalA list of arbitrary headers as key, value tuples
pyarrow.ipc.IpcReadOptions, optionalSerialization options for reading IPC format.
Methods
Create call options. |
Attributes
Get list of headers (key, value tuples) for client's context |
|
Get serialization options for reading IPC format |
|
Get timeout for the call (in seconds) |
|
Get IPC write options |
Get list of headers (key, value tuples) for clients context
Get serialization options for reading IPC format
Get timeout for the call (in seconds)
Get IPC write options
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |