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

Merge commit into PG12 #630

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Commits on Jan 26, 2023

  1. Implement CALL ...[YIELD] for cypher functions.

    Queries can now call functions using the form CALL ... YIELD.
    
    CALL ... YIELD can be used in some of the following forms:
    
        Individual:
        CALL
        CALL YIELD
        CALL YIELD WHERE UPDATE/RETURN
    
        Subqueries:
        READING_CLAUSE CALL YIELD UPDATE/RETURN
        CALL YIELD READING_CLAUSE UPDATE/RETURN
    
    In the future, CALL YIELD support for record returning functions and
    multiple variable output functions can be added.
    
    Known Issue with WHERE clause where a WHERE in a MATCH + CALL subquery
    does not filter results is known.
    dehowef authored and MuhammadTahaNaveed committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e53a985 View commit details
    Browse the repository at this point in the history