sparrow-ipc 0.2.0
Loading...
Searching...
No Matches
deserialize_null_array.hpp
Go to the documentation of this file.
1#include <sparrow/null_array.hpp>
2
3#include "Message_generated.h"
4
5namespace sparrow_ipc
6{
7 [[nodiscard]] sparrow::null_array deserialize_null_array(
8 const org::apache::arrow::flatbuf::RecordBatch& record_batch,
9 std::span<const uint8_t> body,
10 std::string_view name,
11 const std::optional<std::vector<sparrow::metadata_pair>>& metadata,
12 bool nullable,
13 size_t& buffer_index
14 );
15}
sparrow::null_array deserialize_null_array(const org::apache::arrow::flatbuf::RecordBatch &record_batch, std::span< const uint8_t > body, std::string_view name, const std::optional< std::vector< sparrow::metadata_pair > > &metadata, bool nullable, size_t &buffer_index)