Re: [I] reverse() Function [age]

2024-05-18 Thread via GitHub
github-actions[bot] commented on issue #606: URL: https://github.com/apache/age/issues/606#issuecomment-2119036562 This issue was closed because it has been stalled for further 7 days with no activity. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] reverse() Function [age]

2024-05-18 Thread via GitHub
github-actions[bot] closed issue #606: reverse() Function URL: https://github.com/apache/age/issues/606 -- 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

Re: [I] reverse() Function [age]

2024-05-10 Thread via GitHub
github-actions[bot] commented on issue #606: URL: https://github.com/apache/age/issues/606#issuecomment-2105398370 This issue is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days. -- This is an automated message

On reverse() function

2021-10-01 Thread VUONG QUOC Viet
and return an agtype, shouldn't I? CREATE FUNCTION ag_catalog.reverse(agtype) RETURNS agtype LANGUAGE c STABLE RETURNS NULL ON NULL INPUT PARALLEL SAFE AS 'MODULE_PATHNAME'; The use of the reverse function will be like this: WITH [4923, 'abc', 521, NULL, 487] AS ids RETURN reverse(ids) Therefore, I run