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 19:51:30 UTC

[GitHub] [age] maazzzzz commented on pull request #407: agtype_typecast funcs changed to immutable

maazzzzz commented on PR #407:
URL: https://github.com/apache/age/pull/407#issuecomment-1364730642

   based on my current understanding, it would be better from a query planning/optimization standpoint. Since these functions fulfill the criteria required for immutable functions ; tables arent accessed inside them, they dont effect the db and always return the same result for a given input . I think they can be safely marked immutable.


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