jrgemignani commented on PR #1083: URL: https://github.com/apache/age/pull/1083#issuecomment-1776156449
@titoausten Apache AGE implements the openCypher specification. Where a function in openCypher is the same as in PostgreSQL, we do wrap them to save on code. However, this falls under user defined or external functions (not defined in openCypher) which are supported by qualifying them with the appropriate schema name. Additionally, there is already a power function and roots are just **x^(1/n)**, where n = 3 for this particular case. I'm not convinced this is necessary. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
