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/23 15:21:55 UTC

[GitHub] [age] markgomer commented on pull request #405: Changed age_id, age_start_id and age_end_id function signatures to IMMUTABLE

markgomer commented on PR #405:
URL: https://github.com/apache/age/pull/405#issuecomment-1364038742

   The case with these functions is that, through the arguments (a vertex or an edge or null), they receive all the data that is needed to give the wanted results, only doing processings that analyze its contents.
   
   By only processing the arguments passed to it, these functions will always return the same results based on these arguments, being classified as IMMUTABLE.
   
   If something would happen along the way (inside the function) that could change the result, like a scan in a modified database, it could be classified as STABLE.


-- 
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