OmniSciDB
c1a53651b2
|
#include "QueryEngine/TableFunctions/TableFunctionsFactory.h"
#include <boost/algorithm/string.hpp>
#include <mutex>
#include <unordered_set>
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 |
#define PREFIX_LENGTH 5 |
Referenced by table_functions::TableFunction::getInputID().
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.