Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-12-2022 04:14 AM
I have the following issue with APOC 4.4.0.4
When running the following example code (apoc.custom.declareFunction - APOC Documentation) using the latest APOC 4.4.0.4 library:
CALL apoc.custom.declareFunction(
'double(input::INT) :: INT',
'RETURN $input*2 as answer'
);
I expect the function 'double' to be created without issues.
But when I run this statement I get the following error:
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure apoc.custom.declareFunction
: Caused by: org.neo4j.exceptions.SyntaxException: Type mismatch for parameter 'input': expected Float, Integer or Duration but was String (line 1, column 16 (offset: 15))
"EXPLAIN RETURN $input*2 as answer"
This issue does NOT occur when using APOC version 4.4.0.3!!!
Could you please fix this issue?
Versions used
All the sessions of the conference are now available online