OmniSciDB
a5dc49c757
|
#include <ArrowImporter.h>
Additional Inherited Members | |
Public Member Functions inherited from anonymous_namespace{ArrowImporter.h}::ArrowValueBase< VALUE_TYPE > | |
ArrowValueBase (const DataBufferBase &data, const VALUE_TYPE &v) | |
template<bool enabled = std::is_integral<VALUE_TYPE>::value> | |
int64_t | resolve_time (const VALUE_TYPE &v, std::enable_if_t< enabled > *=0) const |
template<bool enabled = std::is_integral<VALUE_TYPE>::value> | |
int64_t | resolve_time (const VALUE_TYPE &v, std::enable_if_t<!enabled > *=0) const |
Public Attributes inherited from anonymous_namespace{ArrowImporter.h}::ArrowValueBase< VALUE_TYPE > | |
const DataBufferBase & | data |
const VALUE_TYPE | v |
const int32_t | dimension |
Definition at line 272 of file ArrowImporter.h.