|
sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Go to the source code of this file.
Namespaces | |
| namespace | sparrow |
Functions | |
| constexpr bool | sparrow::is_valid_ArrowFlag_value (int64_t value) noexcept |
| std::unordered_set< ArrowFlag > | sparrow::to_set_of_ArrowFlags (int64_t flag_values) |
| Converts a bitfield of ArrowFlag values to a set of ArrowFlag values. | |
| int64_t | sparrow::to_ArrowFlag_value (const std::unordered_set< ArrowFlag > &flags) |
| Converts a vector of ArrowFlag values to a bitfield of ArrowFlag values. | |