csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
csvzall::pipeline::RunOptions Struct Reference

#include <pipeline_types.hpp>

Public Attributes

bool single_threaded = false
 
bool input_is_stdin = false
 
bool exact_column_matching = false
 
std::optional< char > delimiter = std::nullopt
 
std::size_t sqlite_threshold_mb = 256
 
std::string sqlite_db_path
 
std::string input_path
 
std::string zip_entry
 
bool sqlite_journal_enabled = false
 
std::size_t postgres_copy_batch_rows = 10000
 
std::size_t postgres_parallel_copy_workers = 1
 
ViewModeSelection view_mode = ViewModeSelection::Auto
 
std::size_t view_materialize_threshold_mb = 200
 
bool view_edit = false
 
std::string view_asset_dir
 

Member Data Documentation

◆ 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

ViewModeSelection csvzall::pipeline::RunOptions::view_mode = ViewModeSelection::Auto

◆ zip_entry

std::string csvzall::pipeline::RunOptions::zip_entry

The documentation for this struct was generated from the following file: