OmniSciDB
a5dc49c757
|
This is the complete list of members for ArrowResultSet, including all inherited members.
appendValue(std::vector< TargetValue > &row, const arrow::Array &column, const Type null_val, const size_t idx) const | ArrowResultSet | private |
ArrowResultSet(const std::shared_ptr< ResultSet > &rows, const std::vector< TargetMetaInfo > &targets_meta, const ExecutorDeviceType device_type=ExecutorDeviceType::CPU) | ArrowResultSet | |
ArrowResultSet(const std::shared_ptr< ResultSet > &rows, const std::vector< TargetMetaInfo > &targets_meta, const ExecutorDeviceType device_type, const size_t min_result_size_for_bulk_dictionary_fetch, const double max_dictionary_to_result_size_ratio_for_bulk_dictionary_fetch) | ArrowResultSet | |
ArrowResultSet(const std::shared_ptr< ResultSet > &rows, const ExecutorDeviceType device_type=ExecutorDeviceType::CPU) | ArrowResultSet | inline |
colCount() const | ArrowResultSet | |
column_metainfo_ | ArrowResultSet | private |
columns_ | ArrowResultSet | private |
crt_row_idx_ | ArrowResultSet | mutableprivate |
deallocateArrowResultBuffer(const ArrowResult &result, const ExecutorDeviceType device_type, const size_t device_id, std::shared_ptr< Data_Namespace::DataMgr > &data_mgr) | ArrowResultSet | static |
definitelyHasNoRows() const | ArrowResultSet | |
device_type | ArrowResultSet | |
dictionary_memo_ | ArrowResultSet | private |
entryCount() const | ArrowResultSet | |
getColType(const size_t col_idx) const | ArrowResultSet | |
getNextRow(const bool translate_strings, const bool decimal_to_double) const | ArrowResultSet | |
getRowAt(const size_t index) const | ArrowResultSet | |
isEmpty() const | ArrowResultSet | |
record_batch_ | ArrowResultSet | private |
results_ | ArrowResultSet | private |
resultSetArrowLoopback(const ExecutorDeviceType device_type=ExecutorDeviceType::CPU) | ArrowResultSet | private |
resultSetArrowLoopback(const ExecutorDeviceType device_type, const size_t min_result_size_for_bulk_dictionary_fetch, const double max_dictionary_to_result_size_ratio_for_bulk_dictionary_fetch) | ArrowResultSet | private |
rowCount() const | ArrowResultSet | |
rows_ | ArrowResultSet | private |
targets_meta_ | ArrowResultSet | private |