apoc.custom.installFunction
Procedure Apoc Extended
Eventually registers a custom cypher function
Signature
apoc.custom.installFunction(signature :: STRING?, statement :: STRING?, databaseName = neo4j :: STRING?, forceSingle = false :: BOOLEAN?, description = :: STRING?) :: VOID