sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::any_arrow_c_interface Concept Reference

Matches only the C interface structs for Arrow. More...

#include <c_interface.hpp>

Concept definition

template<class T>
concept sparrow::any_arrow_c_interface = std::same_as<std::remove_cvref_t<T>, ArrowArray>
or std::same_as<std::remove_cvref_t<T>, ArrowSchema>
Matches only the C interface structs for Arrow.

Detailed Description

Matches only the C interface structs for Arrow.

Definition at line 115 of file c_interface.hpp.