|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include "sparrow/arrow_interface/arrow_array/private_data.hpp"#include "sparrow/arrow_interface/arrow_schema/private_data.hpp"#include "sparrow/c_interface.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sparrow |
Functions | |
| template<class T> requires std::same_as<T, ArrowArray> || std::same_as<T, ArrowSchema> | |
| void | sparrow::release_common_arrow (T &t) |
Release the children and dictionnary of an ArrowArray or ArrowSchema. | |