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

[PG15] Added toBooleanList() #1014

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Commits on Jul 5, 2023

  1. Implemented the toBooleanList() function

    - Essentially the 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.
    - Also created the regression tests for it.
    MatheusFarias03 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b114f66 View commit details
    Browse the repository at this point in the history