Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.46 KB

File metadata and controls

59 lines (48 loc) · 1.46 KB
.. currentmodule:: pyarrow

Serialization and IPC

Inter-Process Communication

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

   ipc.open_file
   ipc.open_stream
   Message
   MessageReader
   RecordBatchFileReader
   RecordBatchFileWriter
   RecordBatchStreamReader
   RecordBatchStreamWriter
   read_message
   read_record_batch
   get_record_batch_size
   read_tensor
   write_tensor
   get_tensor_size

Serialization

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

   serialize
   serialize_to
   deserialize
   deserialize_components
   deserialize_from
   read_serialized
   SerializedPyObject
   SerializationContext