sparrow-ipc 0.2.0
Loading...
Searching...
No Matches
deserialize.hpp File Reference
#include <optional>
#include <span>
#include <vector>
#include <sparrow/record_batch.hpp>
#include "sparrow_ipc/config/config.hpp"
Include dependency graph for deserialize.hpp:
This graph shows which files directly or indirectly include this file:

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.