| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.ipc.new_stream.html | [Back] [Original] |
Section Navigation
Create an Arrow columnar IPC stream writer instance
str, pyarrow.NativeFile, or file-like Python objectEither a file path, or a writable file object.
pyarrow.SchemaThe Arrow schema for data to be written to the file.
pyarrow.ipc.IpcWriteOptionsOptions for IPC serialization.
If None, default values will be used: the legacy format will not be used unless overridden by setting the environment variable ARROW_PRE_0_15_IPC_FORMAT=1, and the V5 metadata version will be used unless overridden by setting the environment variable ARROW_PRE_1_0_METADATA_VERSION=1.
RecordBatchStreamWriterA writer for the given sink
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 |