CommonOptions
CommonOptions
Public Attributes
| Name | |
|---|---|
| bool | verbose |
| bool | trim_ws |
| size_t | skip |
| bool | show_progress |
| char | quote |
| size_t | num_threads |
| size_t | num_rows |
| bool | no_cache |
| size_t | max_errors |
| string | input_path |
| bool | has_header |
| bool | guess_integer |
| bool | escape_backslash |
| libvroom::ErrorMode | error_mode |
| std::optional< libvroom::CharEncoding > | encoding |
| bool | enable_cache |
| string | delimiter |
| char | decimal_mark |
| string | columns |
| string | cache_dir |
Public Attributes Documentation
variable verbose
bool verbose = false;variable trim_ws
bool trim_ws = true;variable skip
size_t skip = 0;variable show_progress
bool show_progress = false;variable quote
char quote = '"';variable num_threads
size_t num_threads = 0;variable num_rows
size_t num_rows = DEFAULT_NUM_ROWS;variable no_cache
bool no_cache = false;variable max_errors
size_t max_errors = libvroom::ErrorCollector::DEFAULT_MAX_ERRORS;variable input_path
string input_path;variable has_header
bool has_header = true;variable guess_integer
bool guess_integer = true;variable escape_backslash
bool escape_backslash = false;variable error_mode
libvroom::ErrorMode error_mode = libvroom::ErrorMode::DISABLED;variable encoding
std::optional< libvroom::CharEncoding > encoding;variable enable_cache
bool enable_cache = false;variable delimiter
string delimiter;variable decimal_mark
char decimal_mark = '.';variable columns
string columns;variable cache_dir
string cache_dir;Updated on 2026-02-16 at 19:19:38 +0000