memgraph/tests/e2e/magic_functions/functions
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
..
c_read.cpp Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00
c_write.cpp Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00
CMakeLists.txt Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00
py_read.py Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00
py_write.py Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00