memgraph/tests/e2e/magic_functions/functions/CMakeLists.txt
Josip Matak 4abaf27765
Memgraph magic functions (#345)
* 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.
2022-04-21 15:45:31 +02:00

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)