| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../../cpp/../python/api/../api/files.html | [Back] [Original] |
Section Navigation
These factory functions are the recommended way to create a Arrow stream. They accept various kinds of sources, such as in-memory buffers or on-disk files.
|
Create an Arrow input stream. |
|
Create an Arrow output stream. |
|
Open memory map at file path. |
|
Create a file of the given size and memory-map it. |
The base class for all Arrow streams. |
|
A stream backed by a regular file descriptor. |
|
A stream backed by a Python file object. |
|
|
Zero-copy reader from objects convertible to Arrow buffer. |
An output stream that writes to a resizable buffer. |
|
A stream writing to a Arrow buffer. |
|
A stream that represents a memory-mapped file. |
|
|
An input stream wrapper which decompresses data on the fly. |
|
An output stream wrapper which compresses data on the fly. |
See Filesystems.
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 |