afidegnum commented on issue #162:
URL: https://github.com/apache/incubator-age/issues/162#issuecomment-998496495


   the problem i'm having is when running this particular query 
   
   ```rs
    for row in client.query("SELECT * from cypher('text_test', $$ MATCH 
(V:node) RETURN V $$) as (V agtype)", &[])? {
           let path: AgType = row.get(0);
           println!("{:?}", path.0);
       }
       
   ```


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