|
taco-db
0.1.0
|
#include "utils/builtin_funcs.h"#include <absl/container/flat_hash_map.h>#include "catalog/systables/builtin_func_table.h"Namespaces | |
| taco | |
Functions | |
| void | taco::InitBuiltinFunctions () |
| Initializes the lookup table for built-in functions registered in the system catalog. More... | |
| FunctionInfo | taco::FindBuiltinFunction (Oid oid) |
| Looks up the callable function info for a built-in function registered in the system catalog. More... | |