OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ParserWrapper.cpp File Reference
#include "ParserWrapper.h"
#include "Shared/measure.h"
#include <boost/algorithm/string.hpp>
+ Include dependency graph for ParserWrapper.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{ParserWrapper.cpp}
 

Functions

void anonymous_namespace{ParserWrapper.cpp}::validate_no_leading_comments (const std::string &query_str)
 

Variables

const std::string anonymous_namespace{ParserWrapper.cpp}::explain_str = {"explain"}
 
const std::string anonymous_namespace{ParserWrapper.cpp}::calcite_explain_str = {"explain calcite"}
 
const std::string anonymous_namespace{ParserWrapper.cpp}::calcite_explain_detailed_str = {"explain calcite detailed"}
 
const std::string anonymous_namespace{ParserWrapper.cpp}::optimized_explain_str = {"explain optimized"}
 
const std::string anonymous_namespace{ParserWrapper.cpp}::plan_explain_str = {"explain plan"}
 
const std::string anonymous_namespace{ParserWrapper.cpp}::plan_explain_detailed_str = {"explain plan detailed"}
 
const std::string anonymous_namespace{ParserWrapper.cpp}::optimize_str = {"optimize"}
 
const std::string anonymous_namespace{ParserWrapper.cpp}::validate_str = {"validate"}