OmniSciDB
a5dc49c757
|
#include <ArrowImporter.h>
Public Member Functions | |
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 | |
const DataBufferBase & | data |
const VALUE_TYPE | v |
const int32_t | dimension |
Definition at line 228 of file ArrowImporter.h.
|
inline |
Definition at line 232 of file ArrowImporter.h.
|
inline |
Definition at line 239 of file ArrowImporter.h.
|
inline |
Definition at line 265 of file ArrowImporter.h.
const DataBufferBase& anonymous_namespace{ArrowImporter.h}::ArrowValueBase< VALUE_TYPE >::data |
Definition at line 229 of file ArrowImporter.h.
Referenced by heavydb.thrift.ttypes.TColumn::read(), heavydb.thrift.ttypes.TInsertData::read(), heavydb.thrift.ttypes.TInsertChunks::read(), heavydb.thrift.ttypes.TColumn::write(), heavydb.thrift.ttypes.TInsertData::write(), and heavydb.thrift.ttypes.TInsertChunks::write().
const int32_t anonymous_namespace{ArrowImporter.h}::ArrowValueBase< VALUE_TYPE >::dimension |
Definition at line 231 of file ArrowImporter.h.
const VALUE_TYPE anonymous_namespace{ArrowImporter.h}::ArrowValueBase< VALUE_TYPE >::v |
Definition at line 230 of file ArrowImporter.h.