Class import_export::QueryExporterCSV

class QueryExporterCSV : public import_export::QueryExporter

Public Functions

QueryExporterCSV()
~QueryExporterCSV()
void beginExport(const std::string &file_path, const std::string &layer_name, const CopyParams &copy_params, const std::vector<TargetMetaInfo> &column_infos, const FileCompression file_compression, const ArrayNullHandling array_null_handling)
void exportResults(const std::vector<AggregatedResult> &query_results)
void endExport()

Private Members

std::ofstream outfile_
CopyParams copy_params_