4abaf27765
* Extend mgp_module with include adding functions * Add return type to the function API * Change Cypher grammar * Add Python support for functions * Implement error handling * E2e tests for functions * Write cpp e2e functions * Create mg.functions() procedure * Implement case insensitivity for user-defined Magic Functions.
6 lines
176 B
CMake
6 lines
176 B
CMake
copy_magic_functions_e2e_python_files(py_write.py)
|
|
copy_magic_functions_e2e_python_files(py_read.py)
|
|
|
|
add_query_module(c_read c_read.cpp)
|
|
add_query_module(c_write c_write.cpp)
|