sparrow-ipc 0.3.0
Loading...
Searching...
No Matches
deserialize_fixed_size_binary_array.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <sparrow/arrow_interface/arrow_array_schema_proxy.hpp>
4#include <sparrow/fixed_width_binary_array.hpp>
5
10
11namespace sparrow_ipc
12{
13 [[nodiscard]] sparrow::fixed_width_binary_array deserialize_fixed_width_binary_array(
15 const field_descriptor& field_desc,
16 int32_t byte_width
17 );
18}
sparrow::fixed_width_binary_array deserialize_fixed_width_binary_array(deserialization_context &context, const field_descriptor &field_desc, int32_t byte_width)
Encapsulates the context required for deserialization.
Encapsulates the description of a field to be deserialized.