OmniSciDB
a5dc49c757
|
Functions | |
std::string | drop_suffix_impl (const std::string &str) |
std::list< const Analyzer::Expr * > | find_function_oper (const Analyzer::Expr *expr, const std::string &func_name_wo_suffix) |
std::string anonymous_namespace{RowFunctionManager.h}::drop_suffix_impl | ( | const std::string & | str | ) |
Definition at line 27 of file RowFunctionManager.h.
References CHECK_GT.
Referenced by find_function_oper(), table_functions::TableFunctionsFactory::get_table_funcs(), RowFunctionManager::getDictDbId(), RowFunctionManager::getDictId(), and table_functions::TableFunction::getName().
std::list<const Analyzer::Expr*> anonymous_namespace{RowFunctionManager.h}::find_function_oper | ( | const Analyzer::Expr * | expr, |
const std::string & | func_name_wo_suffix | ||
) |
Definition at line 36 of file RowFunctionManager.h.
References drop_suffix_impl(), Analyzer::Expr::find_expr(), and to_lower().
Referenced by RowFunctionManager::getDictDbId(), and RowFunctionManager::getDictId().