OmniSciDB
a5dc49c757
|
Functions | |
std::string | validate_and_get_delimiter (const ForeignTable *foreign_table, const std::string &option_name) |
std::string | validate_and_get_string_with_length (const ForeignTable *foreign_table, const std::string &option_name, const size_t expected_num_chars) |
std::optional< bool > | validate_and_get_bool_value (const ForeignTable *foreign_table, const std::string &option_name) |
std::optional<bool> foreign_storage::Csv::anonymous_namespace{CsvShared.cpp}::validate_and_get_bool_value | ( | const ForeignTable * | foreign_table, |
const std::string & | option_name | ||
) |
std::string foreign_storage::Csv::anonymous_namespace{CsvShared.cpp}::validate_and_get_delimiter | ( | const ForeignTable * | foreign_table, |
const std::string & | option_name | ||
) |
std::string foreign_storage::Csv::anonymous_namespace{CsvShared.cpp}::validate_and_get_string_with_length | ( | const ForeignTable * | foreign_table, |
const std::string & | option_name, | ||
const size_t | expected_num_chars | ||
) |
Definition at line 79 of file CsvShared.cpp.
References foreign_storage::OptionsContainer::options, and to_string().