Skip to content

Conversation

@M4rcxs
Copy link
Contributor

@M4rcxs M4rcxs commented Jul 23, 2023

  • This function is inspired by the "tostringlist" function in OpenCypher.https://neo4j.com/docs/cypher-manual/current/functions/list/#functions-tostringlist
  • toStringList() converts a list of values and returns a list of string values. If any values are not convertible to string they will be null in the list returned.
  • A list containing the converted elements; depending on the input value a converted value is either a string value or null.
  • Also added the regression tests

- This function is inspired by the "tostringlist" function in OpenCypher.https://neo4j.com/docs/cypher-manual/current/functions/list/#functions-tostringlist
- toStringList() converts a list of values and returns a list of string values. If any values are not convertible to string they will be null in the list returned.
- A list containing the converted elements; depending on the input value a converted value is either a string value or null.
- Also added the regression tests
@M4rcxs M4rcxs closed this Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant