| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.ipc.IpcWriteOptions.html | [Back] [Original] |
Section Navigation
Bases: _Weakrefable
Serialization options for the IPC format.
MetadataVersion, default MetadataVersion.V5The metadata version to write. V5 is the current and latest, V4 is the pre-1.0 metadata version (with incompatible Union layout).
FalseIf true, allow field lengths that dont fit in a signed 32-bit int.
FalseWhether to use the pre-Arrow 0.15 IPC format.
str, Codec, or Nonecompression codec to use for record batch buffers. If None then batch buffers will be uncompressed. Must be lz4, zstd or None. To specify a compression_level use pyarrow.Codec
Whether to use the global CPU thread pool to parallelize any computational tasks like compression.
Whether to emit dictionary deltas. Default is false for maximum stream compatibility.
If true then calls to write_table will attempt to unify dictionaries across all batches in the table. This can help avoid the need for replacement dictionaries (which the file format does not support) but requires computing the unified dictionary and then remapping the indices arrays.
This parameter is ignored when writing to the IPC stream format as the IPC stream format can support replacement dictionaries.
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 |