OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CsvFileBufferParser.cpp File Reference
+ Include dependency graph for CsvFileBufferParser.cpp:

Go to the source code of this file.

Namespaces

 foreign_storage
 
 foreign_storage::anonymous_namespace{CsvFileBufferParser.cpp}
 

Functions

bool foreign_storage::anonymous_namespace{CsvFileBufferParser.cpp}::skip_column_import (ParseBufferRequest &request, int column_idx)
 
void foreign_storage::anonymous_namespace{CsvFileBufferParser.cpp}::set_array_flags_and_geo_columns_count (std::unique_ptr< bool[]> &array_flags, int &phys_cols, int &point_cols, const std::list< const ColumnDescriptor * > &columns)
 
void foreign_storage::anonymous_namespace{CsvFileBufferParser.cpp}::validate_expected_column_count (std::vector< std::string_view > &row, size_t num_cols, int point_cols, const std::string &file_name)
 
std::string foreign_storage::anonymous_namespace{CsvFileBufferParser.cpp}::validate_and_get_delimiter (const ForeignTable *foreign_table, const std::string &option_name)
 
std::string foreign_storage::anonymous_namespace{CsvFileBufferParser.cpp}::validate_and_get_string_with_length (const ForeignTable *foreign_table, const std::string &option_name, const size_t expected_num_chars)
 
std::optional< bool > foreign_storage::anonymous_namespace{CsvFileBufferParser.cpp}::validate_and_get_bool_value (const ForeignTable *foreign_table, const std::string &option_name)