I want to create a customized function that takes multiple parameters, in terms of calling it using my name space here I followed the link here, but still didn’t get the formula to create a schema of the function
I have tried to install langugae cypher using the extension of CREATE EXTENSION plpython3u
2
Answers
You have to follow this Setup for Apache AGE, and post installation you use the following commands:
Then, you can create your function using this example, from here:
Function with arguments:
Calling function:
Example node:
You can create custom functions without arguments like this:
Calling function:
Helpful link: How to MATCH within a list from vertices using Cypher queries?