OmniSciDB
a5dc49c757
|
#include <ArrowImporter.h>
Public Member Functions | |
DataBuffer (const ColumnDescriptor *cd, const arrow::Array &array, std::vector< DATA_TYPE > &buffer, import_export::BadRowsTracker *const bad_rows_tracker) | |
Public Member Functions inherited from anonymous_namespace{ArrowImporter.h}::DataBufferBase | |
DataBufferBase (const ColumnDescriptor *cd, const arrow::Array &array, import_export::BadRowsTracker *const bad_rows_tracker) | |
Public Attributes | |
std::vector< DATA_TYPE > & | buffer |
Public Attributes inherited from anonymous_namespace{ArrowImporter.h}::DataBufferBase | |
const ColumnDescriptor * | cd |
const arrow::Array & | array |
import_export::BadRowsTracker *const | bad_rows_tracker |
const arrow::DataType & | arrow_type |
const int | arrow_decimal_scale |
const SQLTypeInfo | old_type |
const SQLTypeInfo | new_type |
Definition at line 196 of file ArrowImporter.h.
|
inline |
Definition at line 198 of file ArrowImporter.h.
std::vector<DATA_TYPE>& anonymous_namespace{ArrowImporter.h}::DataBuffer< DATA_TYPE >::buffer |
Definition at line 197 of file ArrowImporter.h.