|
sparrow 2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <algorithm>#include <array>#include <bit>#include <concepts>Go to the source code of this file.
Namespaces | |
| namespace | sparrow |
Functions | |
| template<std::integral T> | |
| constexpr T | sparrow::byteswap (T value) noexcept |
| Reverses the bytes in the given integer value. | |
| template<std::endian input_value_endianess> | |
| constexpr auto | sparrow::to_native_endian (std::integral auto value) noexcept |