OmniSciDB
a5dc49c757
|
#include <ArrowImporter.h>
Public Types | |
using | VALUE_TYPE = arrow::Decimal128 |
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< arrow::Decimal128 > | |
ArrowValueBase (const DataBufferBase &data, const arrow::Decimal128 &v) | |
int64_t | resolve_time (const arrow::Decimal128 &v, std::enable_if_t< enabled > *=0) const |
int64_t | resolve_time (const arrow::Decimal128 &v, std::enable_if_t<!enabled > *=0) const |
Additional Inherited Members | |
Public Attributes inherited from anonymous_namespace{ArrowImporter.h}::ArrowValueBase< arrow::Decimal128 > | |
const DataBufferBase & | data |
const arrow::Decimal128 | v |
const int32_t | dimension |
Definition at line 462 of file ArrowImporter.h.
using anonymous_namespace{ArrowImporter.h}::ArrowValue< arrow::Decimal128 >::VALUE_TYPE = arrow::Decimal128 |
Definition at line 463 of file ArrowImporter.h.
|
inline |
Definition at line 464 of file ArrowImporter.h.
References arrow_throw_if(), anonymous_namespace{ArrowImporter.h}::DataBufferBase::bad_rows_tracker, anonymous_namespace{ArrowImporter.h}::DataBufferBase::cd, and anonymous_namespace{ArrowImporter.h}::error_context().
|
inlineexplicit |
Definition at line 473 of file ArrowImporter.h.
References convert_decimal_value_to_scale().