OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
import_helpers.h File Reference
#include "Shared/clean_boost_regex.hpp"
#include <Parser/ReservedKeywords.h>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/replace.hpp>
+ Include dependency graph for import_helpers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ImportHelpers
 

Functions

bool ImportHelpers::is_reserved_name (const std::string &name)
 
std::string ImportHelpers::sanitize_name (const std::string &name, const bool underscore=false)
 
template<typename DatumStringType >
bool ImportHelpers::is_null_datum (const DatumStringType &datum, const std::string &null_indicator)