Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.46 KB

File metadata and controls

58 lines (44 loc) · 1.46 KB
.. currentmodule:: pyarrow

Streams and File Access

Factory Functions

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.

.. autosummary::
   :toctree: ../generated/

   input_stream
   output_stream
   memory_map
   create_memory_map

Stream Classes

.. autosummary::
   :toctree: ../generated/

   NativeFile
   OSFile
   PythonFile
   BufferReader
   BufferOutputStream
   FixedSizeBufferWriter
   MemoryMappedFile
   CompressedInputStream
   CompressedOutputStream

File Systems

See :ref:`api.fs`.