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