sparrow ..
Loading...
Searching...
No Matches
variable_size_binary_view_array.hpp File Reference
Include dependency graph for variable_size_binary_view_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sparrow::detail::get_data_type_from_array< sparrow::string_view_array >
 
struct  sparrow::detail::get_data_type_from_array< sparrow::binary_view_array >
 
struct  sparrow::array_inner_types< variable_size_binary_view_array_impl< T, CR > >
 
struct  sparrow::is_variable_size_binary_view_array_impl< T >
 
struct  sparrow::is_variable_size_binary_view_array_impl< variable_size_binary_view_array_impl< T, CR > >
 
class  sparrow::variable_size_binary_view_array_impl< T, CR >
 

Namespaces

namespace  sparrow
 
namespace  sparrow::detail
 

Typedefs

using sparrow::string_view_array
 A variable-size string view layout implementation.
 
using sparrow::binary_view_array
 A variable-size binary view layout implementation.
 

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.