M4rcxs commented on issue #831: URL: https://github.com/apache/age/issues/831#issuecomment-1519147512
### Cypher() This module takes a **single** argument, which is the Cypher query string to be executed, and returns the results as a list of records. Each record is a dictionary object that maps the names of the columns in the result to their corresponding values. ### execCypher() This function executes the Cypher query string using a **cursor**, and then closes the cursor and connection **before** returning the result. Using a cursor to execute the query allows for efficient retrieval of query results and can reduce memory consumption in cases where the result set is large. -- 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]
