|
sparrow-ipc 0.2.0
|
#include <optional>#include <span>#include <vector>#include <sparrow/record_batch.hpp>#include "sparrow_ipc/config/config.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sparrow_ipc |
Functions | |
| SPARROW_IPC_API std::vector< sparrow::record_batch > | sparrow_ipc::deserialize_stream (std::span< const uint8_t > data) |
| Deserializes an Arrow IPC stream from binary data into a vector of record batches. | |