Serialization and IPC#
Inter-Process Communication#
| Create an Arrow columnar IPC file writer instance |
| Create reader for Arrow file format. |
| Create an Arrow columnar IPC stream writer instance |
| Create reader for Arrow streaming format. |
| Read length-prefixed message from file or buffer-like object |
| Read RecordBatch from message, given a known schema. |
| Return total size of serialized RecordBatch including metadata and padding. |
| Read pyarrow.Tensor from pyarrow.NativeFile object from current position. |
| Write pyarrow.Tensor to pyarrow.NativeFile object its current position. |
| Return total size of serialized Tensor including metadata and padding. |
| Serialization options for reading IPC format. |
| Serialization options for the IPC format. |
Container for an Arrow IPC message with metadata and optional body | |
Interface for reading Message objects from some source (like an InputStream) | |
| Class for reading Arrow record batch data from the Arrow binary file format |
| Writer to create the Arrow binary file format |
| Reader for the Arrow streaming binary format. |
| Writer for the Arrow streaming binary format |

