|
| list_array_crtp_base (arrow_proxy proxy) |
|
| list_array_crtp_base (const self_type &) |
|
list_array_crtp_base & | operator= (const self_type &) |
|
| list_array_crtp_base (self_type &&)=default |
|
list_array_crtp_base & | operator= (self_type &&)=default |
|
| list_array_crtp_base (arrow_proxy proxy) |
|
| list_array_crtp_base (const self_type &) |
|
| list_array_crtp_base (self_type &&)=default |
|
list_array_crtp_base & | operator= (const self_type &) |
|
list_array_crtp_base & | operator= (self_type &&)=default |
|
| array_bitmap_base_impl (arrow_proxy) |
|
| array_bitmap_base_impl (const array_bitmap_base_impl &) |
|
array_bitmap_base_impl & | operator= (const array_bitmap_base_impl &) |
|
| array_bitmap_base_impl (array_bitmap_base_impl &&) noexcept=default |
|
array_bitmap_base_impl & | operator= (array_bitmap_base_impl &&) noexcept=default |
|
bitmap_type & | get_bitmap () |
|
const bitmap_type & | get_bitmap () const |
|
void | resize_bitmap (size_type new_length, bool value) |
|
bitmap_iterator | insert_bitmap (const_bitmap_iterator pos, bool value, size_type count) |
|
bitmap_iterator | insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) is_mutable |
|
bitmap_iterator | erase_bitmap (const_bitmap_iterator pos, size_type count) |
|
void | update () |
|
non_owning_dynamic_bitset< uint8_t > | get_non_owning_dynamic_bitset () |
|
bitmap_type | make_bitmap () |
|
| array_bitmap_base_impl (arrow_proxy) |
|
| array_bitmap_base_impl (const array_bitmap_base_impl &) |
|
| array_bitmap_base_impl (array_bitmap_base_impl &&) noexcept=default |
|
array_bitmap_base_impl & | operator= (const array_bitmap_base_impl &) |
|
array_bitmap_base_impl & | operator= (array_bitmap_base_impl &&) noexcept=default |
|
bitmap_type & | get_bitmap () |
|
const bitmap_type & | get_bitmap () const |
|
void | resize_bitmap (size_type new_length, bool value) |
|
bitmap_iterator | insert_bitmap (const_bitmap_iterator pos, bool value, size_type count) |
|
bitmap_iterator | insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) is_mutable |
|
bitmap_iterator | erase_bitmap (const_bitmap_iterator pos, size_type count) |
|
void | update () |
|
non_owning_dynamic_bitset< uint8_t > | get_non_owning_dynamic_bitset () |
|
bitmap_type | make_bitmap () |
|
template<bool BIG>
class sparrow::list_array_impl< BIG >
Definition at line 253 of file list_array.hpp.