Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PG14] Added toBooleanList() #1165

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

MatheusFarias03
Copy link
Contributor

- Same as openCypher's toBooleanList() function: https://neo4j.com/docs/cypher-manual/current/functions/list/#functions-tobooleanlist
- The toBooleanList() function converts a list of values and returns a list of boolean values.
- If any values are not convertible to boolean they will be null in the list returned.
- Created regression tests for it.
@MatheusFarias03 MatheusFarias03 changed the title Added toBooleanList() [PG14] Added toBooleanList() Aug 18, 2023
@dehowef dehowef merged commit dfffee2 into apache:PG14 Aug 18, 2023
@MatheusFarias03 MatheusFarias03 deleted the toBooleanListPG14 branch August 18, 2023 22:53
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.

2 participants