#include <csv_fragment_loader.h>
◆ CSVTableRecordBatchSupplier()
gs::CSVTableRecordBatchSupplier::CSVTableRecordBatchSupplier |
( |
label_t |
label_id, |
|
|
const std::string & |
file_path, |
|
|
arrow::csv::ConvertOptions |
convert_options, |
|
|
arrow::csv::ReadOptions |
read_options, |
|
|
arrow::csv::ParseOptions |
parse_options |
|
) |
| |
◆ GetNextBatch()
std::shared_ptr< arrow::RecordBatch > gs::CSVTableRecordBatchSupplier::GetNextBatch |
( |
| ) |
|
|
overridevirtual |
◆ file_path_
std::string gs::CSVTableRecordBatchSupplier::file_path_ |
|
private |
◆ reader_
std::shared_ptr<arrow::TableBatchReader> gs::CSVTableRecordBatchSupplier::reader_ |
|
private |
◆ table_
std::shared_ptr<arrow::Table> gs::CSVTableRecordBatchSupplier::table_ |
|
private |
The documentation for this class was generated from the following files: