sparrow-ipc 0.3.0
Loading...
Searching...
No Matches
deserialize_union_array.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <sparrow/array.hpp>
4
5namespace sparrow_ipc
6{
8 struct field_descriptor;
9
30 [[nodiscard]] sparrow::array deserialize_union_array(
32 const field_descriptor& field_desc
33 );
34}
sparrow::array deserialize_union_array(deserialization_context &context, const field_descriptor &field_desc)
Deserialize a union array from IPC format.
Encapsulates the context required for deserialization.
Encapsulates the description of a field to be deserialized.