sparrow 0.3.0
Loading...
Searching...
No Matches
arrow_flag_utils.hpp File Reference
Include dependency graph for arrow_flag_utils.hpp:

Go to the source code of this file.

Namespaces

namespace  sparrow
 

Functions

constexpr bool sparrow::is_valid_ArrowFlag_value (int64_t value) noexcept
 
constexpr std::vector< ArrowFlagsparrow::to_vector_of_ArrowFlags (int64_t flag_values)
 Converts a bitfield of ArrowFlag values to a vector of ArrowFlag values.
 
constexpr int64_t sparrow::to_ArrowFlag_value (const std::vector< ArrowFlag > &flags)
 Converts a vector of ArrowFlag values to a bitfield of ArrowFlag values.