OmniSciDB
bf83d84833
|
#include <ArrowImporter.h>
Public Types | |
using | VALUE_TYPE = bool |
Public Member Functions | |
ArrowValue (const DataBufferBase &data, const VALUE_TYPE &v) | |
template<typename DATA_TYPE , typename = enable_if_integral<DATA_TYPE>> | |
operator const DATA_TYPE () const | |
template<typename DATA_TYPE , typename = enable_if_floating<DATA_TYPE>> | |
operator DATA_TYPE () const | |
operator const std::string () const | |
![]() | |
ArrowValueBase (const DataBufferBase &data, const bool &v) | |
int64_t | resolve_time (const bool &v, std::enable_if_t< enabled > *=0) const |
int64_t | resolve_time (const bool &v, std::enable_if_t<!enabled > *=0) const |
Additional Inherited Members | |
![]() | |
const DataBufferBase & | data |
const bool | v |
const int32_t | dimension |
Definition at line 290 of file ArrowImporter.h.
using anonymous_namespace{ArrowImporter.h}::ArrowValue< bool >::VALUE_TYPE = bool |
Definition at line 291 of file ArrowImporter.h.
|
inline |
Definition at line 292 of file ArrowImporter.h.
|
inlineexplicit |
Definition at line 295 of file ArrowImporter.h.
References anonymous_namespace{ArrowImporter.h}::type_conversion_error().
|
inlineexplicit |
Definition at line 305 of file ArrowImporter.h.
|
inlineexplicit |
Definition at line 302 of file ArrowImporter.h.