|
sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
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:
| T | Type for C++ value-representation that this type describes the traits of. |
Definition at line 773 of file data_type.hpp.