|
sparrow-ipc 0.2.0
|
#include <sparrow/c_interface.hpp>#include "arrow_array/private_data.hpp"#include "arrow_schema/private_data.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. | |