jrgemignani commented on issue #1234: URL: https://github.com/apache/age/issues/1234#issuecomment-1765097020
> the thing that you need to notice is that corr() is a PostgreSQL function You can use PostgreSQL functions in cypher. However, you must fully qualify them, just like with user defined functions. ``` -- -- user defined function expressions - using pg functions for these tests -- SELECT * from cypher('expr', $$ RETURN pg_catalog.sqrt(25::pg_float8) $$) as (result agtype); result -------- 5.0 (1 row) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org