Zainab Saad

Results 15 comments of Zainab Saad

> @shinhanbyeol There appears to be something weird with the definition of -> @Zainab-Saad Could you take a look? Yes, looking into this

The error you are getting is because the operator `->` is overloaded (in version 1.5.0) with the following possible operands `agtype -> agtype` `agtype -> text` `agtype -> int` In...

In AGE, only the rows returned from the cypher query will be displayed in the table (even if you made changes to graph entities in your cypher query) and hence...

Hi, I am excited to work on this project

Tested with around 1048567 edges, 12637040 and 9960576 two differently labelled vertices. Label redesign branch chooses normal seq scan over parallel seq scan for simple edge finding `MATCH(:Person)-[e:EDGE]->(:Title)` In the...

@Munmud Could you please resolve the above conflicts so that the PR can be moved forward with?

In AGE, deleting an edge would not delete the corresponding vertices. For example, the query: ``` SELECT * FROM cypher('test', $$ MATCH (u)-[e]->(v) DELETE e RETURN e $$) AS (result...

@jrgemignani Is this feature already in implementation phase? If no, do you consider working on this would be worthwhile?

Since this function is not yet implemented in AGE, so I am working on a PR to implement this function

This package has many useful functions, do you think we should consider implementing the larger package of functions that would have this type check function as well as other functions?...