Maxwell

Results 14 issues of Maxwell

### API Python ### Description The JSON extension is largely implemented, but there are still a few things that are missing. See #3609 for details on the full feature list....

feature

### Kùzu version projection-py branch ### What operating system are you using? _No response_ ### What happened? When scanning from large python dataframes, it seems like Arrow sources are noticeably...

performance bug

In Cypher, it seems that `WITH WHERE ` share the same scope. For example, ``` MATCH (p:Person) WITH p.name AS pname WHERE p.age > 30 RETURN pname ``` is a...

frontend

There seems to be no documentation for which operators should precede others in Cypher. However, in neo4j, multiplication appears to precede IS NULL, so the following query is valid and...

documentation