sparrow 0.3.0
|
#include <cstddef>
#include <ranges>
#include "sparrow/arrow_array_schema_proxy.hpp"
#include "sparrow/arrow_interface/arrow_array.hpp"
#include "sparrow/arrow_interface/arrow_schema.hpp"
#include "sparrow/buffer/dynamic_bitset.hpp"
#include "sparrow/buffer/u8_buffer.hpp"
#include "sparrow/layout/array_access.hpp"
#include "sparrow/layout/array_bitmap_base.hpp"
#include "sparrow/layout/layout_utils.hpp"
#include "sparrow/utils/functor_index_iterator.hpp"
#include "sparrow/utils/iterator.hpp"
#include "sparrow/utils/nullable.hpp"
#include "sparrow/utils/ranges.hpp"
Go to the source code of this file.
Namespaces | |
namespace | sparrow |
namespace | sparrow::detail |
Typedefs | |
using | sparrow::string_view_array = variable_size_binary_view_array_impl<std::string_view> |
using | sparrow::binary_view_array = variable_size_binary_view_array_impl<std::span<const std::byte>> |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_variable_size_binary_view_array = is_variable_size_binary_view_array_impl<T>::value |
Checks whether T is a variable_size_binary_view_array_impl type. | |