sparrow 0.3.0
|
#include <cstddef>
#include <ranges>
#include "sparrow/arrow_interface/arrow_array.hpp"
#include "sparrow/arrow_interface/arrow_schema.hpp"
#include "sparrow/layout/array_access.hpp"
#include "sparrow/layout/array_base.hpp"
#include "sparrow/utils/contracts.hpp"
#include "sparrow/utils/iterator.hpp"
#include "sparrow/utils/nullable.hpp"
Go to the source code of this file.
Classes | |
class | sparrow::empty_iterator< T > |
class | sparrow::null_array |
Namespaces | |
namespace | sparrow |
Functions | |
SPARROW_API bool | sparrow::operator== (const null_array &lhs, const null_array &rhs) |
Variables | |
template<class T> | |
constexpr bool | sparrow::is_null_array_v = std::same_as<T, null_array> |
Checks whether T is a null_array type. | |