#include <pipeline_types.hpp>
◆ delimiter
| std::optional<char> csvzall::pipeline::RunOptions::delimiter = std::nullopt |
◆ exact_column_matching
| bool csvzall::pipeline::RunOptions::exact_column_matching = false |
◆ input_is_stdin
| bool csvzall::pipeline::RunOptions::input_is_stdin = false |
◆ input_path
| std::string csvzall::pipeline::RunOptions::input_path |
◆ postgres_copy_batch_rows
| std::size_t csvzall::pipeline::RunOptions::postgres_copy_batch_rows = 10000 |
◆ postgres_parallel_copy_workers
| std::size_t csvzall::pipeline::RunOptions::postgres_parallel_copy_workers = 1 |
◆ single_threaded
| bool csvzall::pipeline::RunOptions::single_threaded = false |
◆ sqlite_db_path
| std::string csvzall::pipeline::RunOptions::sqlite_db_path |
◆ sqlite_journal_enabled
| bool csvzall::pipeline::RunOptions::sqlite_journal_enabled = false |
◆ sqlite_threshold_mb
| std::size_t csvzall::pipeline::RunOptions::sqlite_threshold_mb = 256 |
◆ view_asset_dir
| std::string csvzall::pipeline::RunOptions::view_asset_dir |
◆ view_edit
| bool csvzall::pipeline::RunOptions::view_edit = false |
◆ view_materialize_threshold_mb
| std::size_t csvzall::pipeline::RunOptions::view_materialize_threshold_mb = 200 |
◆ view_mode
◆ zip_entry
| std::string csvzall::pipeline::RunOptions::zip_entry |
The documentation for this struct was generated from the following file: