OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TableFunctionsFactory.cpp File Reference
#include "QueryEngine/TableFunctions/TableFunctionsFactory.h"
#include <boost/algorithm/string.hpp>
#include <mutex>
#include <unordered_set>
+ Include dependency graph for TableFunctionsFactory.cpp:

Go to the source code of this file.

Namespaces

 table_functions
 
 table_functions::anonymous_namespace{TableFunctionsFactory.cpp}
 

Macros

#define PREFIX_LENGTH   5
 

Functions

SQLTypeInfo table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::ext_arg_pointer_type_to_type_info (const ExtArgumentType ext_arg_type)
 
SQLTypeInfo table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::ext_arg_type_to_type_info_output (const ExtArgumentType ext_arg_type)
 
bool table_functions::is_table_function_whitelisted (const std::string &function_name)
 
std::string table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::drop_suffix_impl (const std::string &str)
 

Variables

bool g_enable_table_functions
 
bool g_enable_dev_table_functions
 

Macro Definition Documentation

#define PREFIX_LENGTH   5

Variable Documentation

bool g_enable_dev_table_functions

Definition at line 113 of file Execute.cpp.

bool g_enable_table_functions

Definition at line 112 of file Execute.cpp.