|
sparrow 1.3.0
|
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 689 of file data_type.hpp.