OmniSciDB
a5dc49c757
|
#include <ArrowImporter.h>
Public Types | |
using | VALUE_TYPE = std::string |
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< std::string > | |
ArrowValueBase (const DataBufferBase &data, const std::string &v) | |
int64_t | resolve_time (const std::string &v, std::enable_if_t< enabled > *=0) const |
int64_t | resolve_time (const std::string &v, std::enable_if_t<!enabled > *=0) const |
Additional Inherited Members | |
Public Attributes inherited from anonymous_namespace{ArrowImporter.h}::ArrowValueBase< std::string > | |
const DataBufferBase & | data |
const std::string | v |
const int32_t | dimension |
Definition at line 422 of file ArrowImporter.h.
using anonymous_namespace{ArrowImporter.h}::ArrowValue< std::string >::VALUE_TYPE = std::string |
Definition at line 423 of file ArrowImporter.h.
|
inline |
Definition at line 424 of file ArrowImporter.h.
|
inlineexplicit |
Definition at line 428 of file ArrowImporter.h.
References anonymous_namespace{ArrowImporter.h}::data_conversion_error(), inline_fixed_encoding_null_val(), kBOOLEAN, and StringToDatum().