M4rcxs opened a new pull request, #1025: URL: https://github.com/apache/age/pull/1025
- This function is inspired by [toIntegerList()](https://neo4j.com/docs/cypher-manual/current/functions/list/#functions-tointegerlist) in OpenCypher. - The function **toIntegerList()** takes a list of values and produces a new list containing only the integer values. If any values cannot be converted to an integer, they will be represented as null in the returned list. - The result of the **toIntegerList()** function is a list that contains the converted elements. The converted values in the list can be either integer values or null, depending on the input value. - Also added the regression tests. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
