#include <odps_fragment_loader.h>
◆ ODPSTableRecordBatchSupplier()
gs::ODPSTableRecordBatchSupplier::ODPSTableRecordBatchSupplier |
( |
label_t |
label_id, |
|
|
const std::string & |
file_path, |
|
|
const ODPSReadClient & |
odps_table_reader, |
|
|
const std::string & |
session_id, |
|
|
int |
split_count, |
|
|
TableIdentifier |
table_identifier, |
|
|
int |
thread_num |
|
) |
| |
◆ GetNextBatch()
std::shared_ptr< arrow::RecordBatch > gs::ODPSTableRecordBatchSupplier::GetNextBatch |
( |
| ) |
|
|
overridevirtual |
◆ file_path_
std::string gs::ODPSTableRecordBatchSupplier::file_path_ |
|
private |
◆ odps_read_client_
const ODPSReadClient& gs::ODPSTableRecordBatchSupplier::odps_read_client_ |
|
private |
◆ reader_
std::shared_ptr<arrow::TableBatchReader> gs::ODPSTableRecordBatchSupplier::reader_ |
|
private |
◆ session_id_
std::string gs::ODPSTableRecordBatchSupplier::session_id_ |
|
private |
◆ table_
std::shared_ptr<arrow::Table> gs::ODPSTableRecordBatchSupplier::table_ |
|
private |
◆ table_identifier_
TableIdentifier gs::ODPSTableRecordBatchSupplier::table_identifier_ |
|
private |
The documentation for this class was generated from the following files: