Skip to content

PG and AGE math functions ambiguity #399

Answered by jrgemignani
Hunaid2000 asked this question in Q&A
Discussion options

You must be logged in to vote

A lot of PG functions can't be used directly due to differences between the Cypher specification and PG. This means that we either make our own functions or wrap PG functions or both.

In order to eliminate the ambiguities (due to naming and compilation) between Cypher and PG names, we distinguish our functions with a prefix of age_

That is why there are two. If you look at the code, you'll see this as well.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Hunaid2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants