rafsun42 commented on issue #1234: URL: https://github.com/apache/age/issues/1234#issuecomment-1747806745
@cho2hhun Have you tried using the full qualified name of the function and casting agtype to float8? ``` select * from cypher ('car', $$ match (a : vt_car) -[r : eg_eng_use2]->(b : vt_engine) return (pg_catalog.corr((r.fe)::pg_float8, (r.co2)::pg_float8)) as corr $$) as (corr agtype); ``` -- 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