|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Concept defining valid input types for validity bitmap creation. More...
#include <dynamic_bitset.hpp>
Concept defining valid input types for validity bitmap creation.
This concept specifies what types can be used as input when creating or ensuring a validity bitmap. Accepts:
Explicitly excludes string types to prevent accidental conversions.
| T | The type to check for validity bitmap input compatibility |
Definition at line 344 of file dynamic_bitset.hpp.