afidegnum opened a new issue #152:
URL: https://github.com/apache/incubator-age/issues/152


   I needed the following query to be represented as json. 
   
   ```
   SELECT * from cypher('text_test', $$
             MATCH (V)-[R:connect]-(V2)
             RETURN V,R,V2
   $$) as (V agtype, R agtype, V2 agtype);
   ```
   reading from agensgraph documentaiton, I noticed there is a funciton called 
`json_build_object` but when called, I ended up having an error of `Function 
ag_catalog.age_json_build_object(agtype) does not exist`
   Can you please give an example?


-- 
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]


Reply via email to