OmniSciDB  72c90bc290
 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 <algorithm>
#include <string_view>
#include <unordered_map>
#include <utility>
+ 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)
 
template<size_t... I>
constexpr bool table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::string_view_array_sorted_and_distinct (std::string_view const *list, std::index_sequence< I...>)
 
bool table_functions::anonymous_namespace{TableFunctionsFactory.cpp}::is_table_function_whitelisted (std::string_view const 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_ml_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 120 of file Execute.cpp.

bool g_enable_ml_functions

Definition at line 118 of file Execute.cpp.

bool g_enable_table_functions

Definition at line 117 of file Execute.cpp.