OmniSciDB
a5dc49c757
|
#include <ArrowImporter.h>
Public Types | |
using | VALUE_TYPE = float |
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< float > | |
ArrowValueBase (const DataBufferBase &data, const float &v) | |
int64_t | resolve_time (const float &v, std::enable_if_t< enabled > *=0) const |
int64_t | resolve_time (const float &v, std::enable_if_t<!enabled > *=0) const |
Additional Inherited Members | |
Public Attributes inherited from anonymous_namespace{ArrowImporter.h}::ArrowValueBase< float > | |
const DataBufferBase & | data |
const float | v |
const int32_t | dimension |
Definition at line 314 of file ArrowImporter.h.
using anonymous_namespace{ArrowImporter.h}::ArrowValue< float >::VALUE_TYPE = float |
Definition at line 315 of file ArrowImporter.h.
|
inline |
Definition at line 316 of file ArrowImporter.h.
|
inlineexplicit |
Definition at line 320 of file ArrowImporter.h.
References to_string().