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

   - Basically the same function of OpenCypher toFloatList() 
https://neo4j.com/docs/cypher-manual/current/functions/list/#functions-tofloatlist
   - toFloatList() converts a list of values and returns a list of floating 
point values. If any values are not convertible to floating point they will be 
null in the list returned.
   - Returns a list containing the converted elements; depending on the input 
value a converted value is either a floating point value or null.
   - Also added the regressions 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]

Reply via email to