| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.ipc.IpcReadOptions.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
Serialization options for reading IPC format.
TrueWhether to convert incoming data to platform-native endianness.
Alignment, default Alignment.AnyData is copied to aligned memory locations if mis-aligned. Some use cases might require data to have a specific alignment, for example, for the data buffer of an int32 array to be aligned on a 4-byte boundary.
Whether to use the global CPU thread pool to parallelize any computational tasks like decompression
listIf empty (the default), return all deserialized fields. If non-empty, the values are the indices of fields to read on the top-level schema
Methods
|
Attributes
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 |