This is the complete list of members for sparrow::array, including all inherited members.
| array()=default | sparrow::array | |
| array(A &&a) | sparrow::array | explicit |
| array(A *a) | sparrow::array | explicit |
| array(std::shared_ptr< A > a) | sparrow::array | explicit |
| array(ArrowArray &&array, ArrowSchema &&schema) | sparrow::array | |
| array(ArrowArray &&array, ArrowSchema *schema) | sparrow::array | |
| array(ArrowArray *array, ArrowSchema *schema) | sparrow::array | |
| array(const array &rhs)=default | sparrow::array | |
| array(array &&rhs)=default | sparrow::array | |
| at(size_type index) const | sparrow::array | |
| back() const | sparrow::array | |
| begin() const | sparrow::array | |
| cbegin() const | sparrow::array | |
| cend() const | sparrow::array | |
| children() const | sparrow::array | inline |
| const_iterator typedef | sparrow::array | |
| const_reference typedef | sparrow::array | |
| data_type() const | sparrow::array | |
| detail::array_access class | sparrow::array | friend |
| dictionary() const | sparrow::array | |
| empty() const | sparrow::array | |
| end() const | sparrow::array | |
| erase(const_iterator pos) | sparrow::array | |
| erase(const_iterator first, const_iterator last) | sparrow::array | |
| front() const | sparrow::array | |
| insert(const_iterator pos, const_iterator first, const_iterator last) | sparrow::array | |
| insert(const_iterator pos, const_iterator first, const_iterator last, size_type count) | sparrow::array | |
| is_dictionary() const | sparrow::array | |
| is_view() const | sparrow::array | |
| iterator typedef | sparrow::array | |
| metadata() const | sparrow::array | |
| name() const | sparrow::array | |
| null_count() const | sparrow::array | |
| offset() const | sparrow::array | |
| operator=(const array &rhs)=default | sparrow::array | |
| operator=(array &&rhs)=default | sparrow::array | |
| operator[](size_type index) const | sparrow::array | |
| set_metadata(std::optional< R > metadata) | sparrow::array | |
| set_name(std::optional< std::string_view > name) | sparrow::array | |
| size() const | sparrow::array | |
| size_type typedef | sparrow::array | |
| slice(size_type start, size_type end) const | sparrow::array | |
| slice_inplace(size_type start, size_type end) | sparrow::array | |
| slice_view(size_type start, size_type end) const | sparrow::array | |
| value_type typedef | sparrow::array | |
| view() const | sparrow::array | |
| visit(F &&func) const | sparrow::array | |
| visit_result_t typedef | sparrow::array | |