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/25 06:58:43 UTC

[GitHub] [age] Munmud opened a new pull request, #419: Changed the volatility of String age_reverse from STABLE to IMMUTABLE

Munmud opened a new pull request, #419:
URL: https://github.com/apache/age/pull/419

   String age_reverse() function takes a string and return a reverse of that string
   
   ![Screenshot from 2022-12-24 20-21-11](https://user-images.githubusercontent.com/53787290/209459517-aa684df2-b0cc-44c6-9b9d-d5e2cf91faa8.png)
   
   These should be IMMUTABLE because:
   • No database lookup or modification required for these functions.
   • Guaranteed to return the same results given the same arguments forever so they can be evaluated before.
   Hence they should be IMMUTABLE functions.


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


[GitHub] [age] JoshInnis merged pull request #419: Changed the volatility of String function age_reverse() : from STABLE to IMMUTABLE

Posted by GitBox <gi...@apache.org>.
JoshInnis merged PR #419:
URL: https://github.com/apache/age/pull/419


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