sparrow-ipc 0.2.0
Loading...
Searching...
No Matches
arrow_array_schema_common_release.hpp File Reference
#include <sparrow/c_interface.hpp>
#include "arrow_array/private_data.hpp"
#include "arrow_schema/private_data.hpp"
Include dependency graph for arrow_array_schema_common_release.hpp:

Go to the source code of this file.

Namespaces

namespace  sparrow_ipc
 

Functions

template<class T>
requires std::same_as<T, ArrowArray> || std::same_as<T, ArrowSchema>
void sparrow_ipc::release_common_non_owning_arrow (T &t)
 Release the children and dictionnary of an ArrowArray or ArrowSchema.