You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/12/27 22:21:48 UTC

[GitHub] [age] rafsun42 commented on pull request #413: Updated age_type, age_exists, and age_label category to IMMUTABLE

rafsun42 commented on PR #413:
URL: https://github.com/apache/age/pull/413#issuecomment-1366216051

   To clarify the functionalities:
   `age_type` returns the label of an edge. Throws error if its argument is not an ede. 
   
   `age_exists` returns whether a property exists. For example, `CREATE (a {name: 'ABC'}) RETURN exists(a.name), exists(a.age)` returns true and false respectively.


-- 
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: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org