sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::arrow_traits< std::string > Struct Reference

#include <data_traits.hpp>

Collaboration diagram for sparrow::arrow_traits< std::string >:
[legend]

Public Types

using value_type = std::string
 
using const_reference = std::string_view
 

Static Public Attributes

static constexpr data_type type_id = data_type::STRING
 

Detailed Description

Definition at line 54 of file data_traits.hpp.

Member Typedef Documentation

◆ const_reference

using sparrow::arrow_traits< std::string >::const_reference = std::string_view

Definition at line 58 of file data_traits.hpp.

◆ value_type

using sparrow::arrow_traits< std::string >::value_type = std::string

Definition at line 57 of file data_traits.hpp.

Member Data Documentation

◆ type_id

data_type sparrow::arrow_traits< std::string >::type_id = data_type::STRING
staticconstexpr

Definition at line 56 of file data_traits.hpp.


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