sparrow 0.3.0
|
Provides compile-time information about Arrow data types. More...
Provides compile-time information about Arrow data types.
Custom types can be made compatible by implementing this traits type.
The following information must be provided if the type is an arrow type:
data_type
T | Type for C++ value-representation that this type describes the traits of. |
is_arrow_traits
, has_arrow_type_traits
Definition at line 720 of file data_type.hpp.