OmniSciDB
a5dc49c757
|
This is the complete list of members for ArrowResultSetConverter, including all inherited members.
append(ColumnBuilder &column_builder, const ValueArray &values, const std::shared_ptr< std::vector< bool >> &is_valid) const | ArrowResultSetConverter | private |
ArrowResultSet class | ArrowResultSetConverter | friend |
ArrowResultSetConverter(const std::shared_ptr< ResultSet > &results, const std::shared_ptr< Data_Namespace::DataMgr > data_mgr, const ExecutorDeviceType device_type, const int32_t device_id, const std::vector< std::string > &col_names, const int32_t first_n, const ArrowTransport transport_method) | ArrowResultSetConverter | inline |
ArrowResultSetConverter(const std::shared_ptr< ResultSet > &results, const std::shared_ptr< Data_Namespace::DataMgr > data_mgr, const ExecutorDeviceType device_type, const int32_t device_id, const std::vector< std::string > &col_names, const int32_t first_n, const ArrowTransport transport_method, const size_t min_result_size_for_bulk_dictionary_fetch, const double max_dictionary_to_result_size_ratio_for_bulk_dictionary_fetch) | ArrowResultSetConverter | inline |
ArrowResultSetConverter(const std::shared_ptr< ResultSet > &results, const std::vector< std::string > &col_names, const int32_t first_n) | ArrowResultSetConverter | inline |
ArrowResultSetConverter(const std::shared_ptr< ResultSet > &results, const std::vector< std::string > &col_names, const int32_t first_n, const size_t min_result_size_for_bulk_dictionary_fetch, const double max_dictionary_to_result_size_ratio_for_bulk_dictionary_fetch) | ArrowResultSetConverter | inline |
col_names_ | ArrowResultSetConverter | private |
convertToArrow() const | ArrowResultSetConverter | |
data_mgr_ | ArrowResultSetConverter | private |
default_max_dictionary_to_result_size_ratio_for_bulk_dictionary_fetch | ArrowResultSetConverter | static |
default_min_result_size_for_bulk_dictionary_fetch | ArrowResultSetConverter | static |
device_id_ | ArrowResultSetConverter | private |
device_type_ | ArrowResultSetConverter | private |
finishColumnBuilder(ColumnBuilder &column_builder) const | ArrowResultSetConverter | inlineprivate |
getArrowBatch(const std::shared_ptr< arrow::Schema > &schema) const | ArrowResultSetConverter | private |
getArrowResult() const | ArrowResultSetConverter | |
getSerializedArrowOutput(arrow::ipc::DictionaryFieldMapper *mapper) const | ArrowResultSetConverter | private |
initializeColumnBuilder(ColumnBuilder &column_builder, const SQLTypeInfo &col_type, const size_t result_col_idx, const std::shared_ptr< arrow::Field > &field) const | ArrowResultSetConverter | private |
makeField(const std::string name, const SQLTypeInfo &target_type) const | ArrowResultSetConverter | private |
max_dictionary_to_result_size_ratio_for_bulk_dictionary_fetch_ | ArrowResultSetConverter | private |
min_result_size_for_bulk_dictionary_fetch_ | ArrowResultSetConverter | private |
results_ | ArrowResultSetConverter | private |
top_n_ | ArrowResultSetConverter | private |
transport_method_ | ArrowResultSetConverter | private |