sparrow 0.6.0
Loading...
Searching...
No Matches
arrow_flag_utils.hpp File Reference
#include <unordered_set>
#include "sparrow/c_interface.hpp"
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
 
std::unordered_set< ArrowFlagsparrow::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.