sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
sparrow::data_descriptor Class Reference

#include <data_type.hpp>

Public Member Functions

constexpr data_descriptor () noexcept
 
 data_descriptor (std::string_view format) noexcept
 
constexpr data_descriptor (data_type id) noexcept
 
constexpr data_type id () const noexcept
 

Detailed Description

Definition at line 817 of file data_type.hpp.

Constructor & Destructor Documentation

◆ data_descriptor() [1/3]

sparrow::data_descriptor::data_descriptor ( )
inlineconstexprnoexcept

Definition at line 821 of file data_type.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ data_descriptor() [2/3]

sparrow::data_descriptor::data_descriptor ( std::string_view format)
inlinenoexcept

Definition at line 826 of file data_type.hpp.

◆ data_descriptor() [3/3]

sparrow::data_descriptor::data_descriptor ( data_type id)
inlineexplicitconstexprnoexcept

Definition at line 831 of file data_type.hpp.

Member Function Documentation

◆ id()

data_type sparrow::data_descriptor::id ( ) const
inlinenodiscardconstexprnoexcept

Definition at line 836 of file data_type.hpp.


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