OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
anonymous_namespace{ArrowImporter.h}::ArrowValue< void * > Struct Template Reference

#include <ArrowImporter.h>

+ Inheritance diagram for anonymous_namespace{ArrowImporter.h}::ArrowValue< void * >:
+ Collaboration diagram for anonymous_namespace{ArrowImporter.h}::ArrowValue< void * >:

Public Types

using VALUE_TYPE = void *
 

Public Member Functions

 ArrowValue (const DataBufferBase &data, const VALUE_TYPE &v)
 
template<typename DATA_TYPE >
 operator DATA_TYPE () const
 
- Public Member Functions inherited from anonymous_namespace{ArrowImporter.h}::ArrowValueBase< void * >
 ArrowValueBase (const DataBufferBase &data, const void *&v)
 
int64_t resolve_time (const void *&v, std::enable_if_t< enabled > *=0) const
 
int64_t resolve_time (const void *&v, std::enable_if_t<!enabled > *=0) const
 

Additional Inherited Members

- Public Attributes inherited from anonymous_namespace{ArrowImporter.h}::ArrowValueBase< void * >
const DataBufferBasedata
 
const void * v
 
const int32_t dimension
 

Detailed Description

template<>
struct anonymous_namespace{ArrowImporter.h}::ArrowValue< void * >

Definition at line 275 of file ArrowImporter.h.

Member Typedef Documentation

using anonymous_namespace{ArrowImporter.h}::ArrowValue< void * >::VALUE_TYPE = void*

Definition at line 276 of file ArrowImporter.h.

Constructor & Destructor Documentation

anonymous_namespace{ArrowImporter.h}::ArrowValue< void * >::ArrowValue ( const DataBufferBase data,
const VALUE_TYPE v 
)
inline

Definition at line 277 of file ArrowImporter.h.

Member Function Documentation

template<typename DATA_TYPE >
anonymous_namespace{ArrowImporter.h}::ArrowValue< void * >::operator DATA_TYPE ( ) const
inlineexplicit

Definition at line 281 of file ArrowImporter.h.

References inline_fixed_encoding_null_val(), and inline_fp_null_val().

281  {
282  if constexpr (std::is_integral<DATA_TYPE>::value) { // NOLINT
284  } else if constexpr (std::is_floating_point<DATA_TYPE>::value) { // NOLINT
286  } else if constexpr (std::is_same<DATA_TYPE, std::string>::value) { // NOLINT
287  return std::string();
288  }
289  }
double inline_fp_null_val(const SQL_TYPE_INFO &ti)
int64_t inline_fixed_encoding_null_val(const SQL_TYPE_INFO &ti)
SQLTypeInfo columnType

+ Here is the call graph for this function:


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