OmniSciDB
94e8789169
|
#include <ArrowImporter.h>
Public Types | |
using | VALUE_TYPE = int64_t |
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 int64_t &v) | |
int64_t | resolve_time (const int64_t &v, std::enable_if_t< enabled > *=0) const |
int64_t | resolve_time (const int64_t &v, std::enable_if_t<!enabled > *=0) const |
Additional Inherited Members | |
![]() | |
const DataBufferBase & | data |
const int64_t | v |
const int32_t | dimension |
Definition at line 359 of file ArrowImporter.h.
using anonymous_namespace{ArrowImporter.h}::ArrowValue< int64_t >::VALUE_TYPE = int64_t |
Definition at line 360 of file ArrowImporter.h.
|
inline |
Definition at line 361 of file ArrowImporter.h.
|
inlineexplicit |
Definition at line 364 of file ArrowImporter.h.
|
inlineexplicit |
Definition at line 381 of file ArrowImporter.h.
References anonymous_namespace{ArrowImporter.h}::_precision_scale_lookup, Datum::bigintval, DatumToString(), kDATE, kTIMESTAMP, run_benchmark_import::result, and to_string().
|
inlineexplicit |
Definition at line 378 of file ArrowImporter.h.