sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::variable_size_binary_view_array_impl< T > Class Template Reference

#include <variable_size_binary_view_array.hpp>

Inheritance diagram for sparrow::variable_size_binary_view_array_impl< T >:
[legend]
Collaboration diagram for sparrow::variable_size_binary_view_array_impl< T >:
[legend]

Public Types

using self_type = variable_size_binary_view_array_impl<T>
 
using base_type = mutable_array_bitmap_base<self_type>
 
using inner_types = array_inner_types<self_type>
 
using inner_value_type = typename inner_types::inner_value_type
 
using inner_reference = typename inner_types::inner_reference
 
using inner_const_reference = typename inner_types::inner_const_reference
 
using bitmap_type = typename base_type::bitmap_type
 
using bitmap_reference = typename base_type::bitmap_reference
 
using bitmap_const_reference = typename base_type::bitmap_const_reference
 
using bitmap_iterator = typename base_type::bitmap_iterator
 
using const_bitmap_iterator = typename base_type::const_bitmap_iterator
 
using bitmap_range = typename base_type::bitmap_range
 
using const_bitmap_range = typename base_type::const_bitmap_range
 
using value_type = nullable<inner_value_type>
 
using reference = nullable<inner_reference, bitmap_reference>
 
using const_reference = nullable<inner_const_reference, bitmap_const_reference>
 
using size_type = typename base_type::size_type
 
using difference_type = typename base_type::difference_type
 
using iterator_tag = typename base_type::iterator_tag
 
using value_iterator = typename base_type::value_iterator
 
using const_value_iterator = typename base_type::const_value_iterator
 
using iterator = typename base_type::iterator
 
using const_iterator = typename base_type::const_iterator
 
- Public Types inherited from sparrow::array_bitmap_base_impl< D, true >
using base_type
 
using size_type
 
using bitmap_type
 
using bitmap_iterator
 
using const_bitmap_iterator
 
using bitmap_const_reference
 
using difference_type
 
using const_bitmap_range
 
using iterator_tag
 

Public Member Functions

 variable_size_binary_view_array_impl (arrow_proxy)
 
template<class... Args>
requires (mpl::excludes_copy_and_move_ctor_v<variable_size_binary_view_array_impl<T>, Args...>)
 variable_size_binary_view_array_impl (Args &&... args)
 
- Public Member Functions inherited from sparrow::array_bitmap_base_impl< D, true >
auto insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) -> bitmap_iterator is_mutable
 
auto insert_bitmap (const_bitmap_iterator pos, InputIt first, InputIt last) -> bitmap_iterator is_mutable
 

Additional Inherited Members

- Protected Member Functions inherited from sparrow::array_bitmap_base_impl< D, true >
 array_bitmap_base_impl (arrow_proxy)
 
 array_bitmap_base_impl (const array_bitmap_base_impl &)
 
array_bitmap_base_imploperator= (const array_bitmap_base_impl &)
 
 array_bitmap_base_impl (array_bitmap_base_impl &&) noexcept=default
 
array_bitmap_base_imploperator= (array_bitmap_base_impl &&) noexcept=default
 
bitmap_typeget_bitmap ()
 
const bitmap_typeget_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_imploperator= (const array_bitmap_base_impl &)
 
array_bitmap_base_imploperator= (array_bitmap_base_impl &&) noexcept=default
 
bitmap_typeget_bitmap ()
 
const bitmap_typeget_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 ()
 

Detailed Description

template<class T>
class sparrow::variable_size_binary_view_array_impl< T >

Definition at line 97 of file variable_size_binary_view_array.hpp.

Member Typedef Documentation

◆ base_type

◆ bitmap_const_reference

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::bitmap_const_reference = typename base_type::bitmap_const_reference

Definition at line 112 of file variable_size_binary_view_array.hpp.

◆ bitmap_iterator

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::bitmap_iterator = typename base_type::bitmap_iterator

Definition at line 113 of file variable_size_binary_view_array.hpp.

◆ bitmap_range

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::bitmap_range = typename base_type::bitmap_range

Definition at line 115 of file variable_size_binary_view_array.hpp.

◆ bitmap_reference

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::bitmap_reference = typename base_type::bitmap_reference

Definition at line 111 of file variable_size_binary_view_array.hpp.

◆ bitmap_type

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::bitmap_type = typename base_type::bitmap_type

Definition at line 110 of file variable_size_binary_view_array.hpp.

◆ const_bitmap_iterator

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::const_bitmap_iterator = typename base_type::const_bitmap_iterator

Definition at line 114 of file variable_size_binary_view_array.hpp.

◆ const_bitmap_range

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::const_bitmap_range = typename base_type::const_bitmap_range

Definition at line 116 of file variable_size_binary_view_array.hpp.

◆ const_iterator

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::const_iterator = typename base_type::const_iterator

Definition at line 130 of file variable_size_binary_view_array.hpp.

◆ const_reference

◆ const_value_iterator

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::const_value_iterator = typename base_type::const_value_iterator

Definition at line 127 of file variable_size_binary_view_array.hpp.

◆ difference_type

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::difference_type = typename base_type::difference_type

Definition at line 123 of file variable_size_binary_view_array.hpp.

◆ inner_const_reference

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::inner_const_reference = typename inner_types::inner_const_reference

Definition at line 108 of file variable_size_binary_view_array.hpp.

◆ inner_reference

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::inner_reference = typename inner_types::inner_reference

Definition at line 107 of file variable_size_binary_view_array.hpp.

◆ inner_types

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::inner_types = array_inner_types<self_type>

Definition at line 105 of file variable_size_binary_view_array.hpp.

◆ inner_value_type

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::inner_value_type = typename inner_types::inner_value_type

Definition at line 106 of file variable_size_binary_view_array.hpp.

◆ iterator

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::iterator = typename base_type::iterator

Definition at line 129 of file variable_size_binary_view_array.hpp.

◆ iterator_tag

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::iterator_tag = typename base_type::iterator_tag

Definition at line 124 of file variable_size_binary_view_array.hpp.

◆ reference

◆ self_type

◆ size_type

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::size_type = typename base_type::size_type

Definition at line 122 of file variable_size_binary_view_array.hpp.

◆ value_iterator

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::value_iterator = typename base_type::value_iterator

Definition at line 126 of file variable_size_binary_view_array.hpp.

◆ value_type

template<class T>
using sparrow::variable_size_binary_view_array_impl< T >::value_type = nullable<inner_value_type>

Definition at line 118 of file variable_size_binary_view_array.hpp.

Constructor & Destructor Documentation

◆ variable_size_binary_view_array_impl() [1/2]

template<class T>
sparrow::variable_size_binary_view_array_impl< T >::variable_size_binary_view_array_impl ( arrow_proxy proxy)
explicit

Definition at line 176 of file variable_size_binary_view_array.hpp.

◆ variable_size_binary_view_array_impl() [2/2]

template<class T>
template<class... Args>
requires (mpl::excludes_copy_and_move_ctor_v<variable_size_binary_view_array_impl<T>, Args...>)
sparrow::variable_size_binary_view_array_impl< T >::variable_size_binary_view_array_impl ( Args &&... args)
inlineexplicit

Definition at line 136 of file variable_size_binary_view_array.hpp.


The documentation for this class was generated from the following file: