OmniSciDB
bf83d84833
|
#include "QueryEngine/TableFunctions/TableFunctionsFactory.h"
#include <boost/algorithm/string.hpp>
#include <mutex>
Go to the source code of this file.
Namespaces | |
table_functions | |
table_functions::anonymous_namespace{TableFunctionsFactory.cpp} | |
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) |
std::string | table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::drop_suffix (const std::string &str) |
Variables | |
bool | g_enable_table_functions |
std::once_flag | table_functions::init_flag |
bool g_enable_table_functions |
Definition at line 101 of file Execute.cpp.