|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Checks if a type is an extended base type for Arrow. More...
#include <data_type.hpp>
Checks if a type is an extended base type for Arrow.
This concept checks if a given type T is an extended base type for Arrow. It uses the mpl::contains function to check if T is present in the all_base_types_extended list.
| T | The type to check. |
true if T is an extended base type for Arrow, false otherwise. Definition at line 697 of file data_type.hpp.