Flash
Flash
Dear developers, during my continuous testing. The features should also extend to `gt()`, `gte()`, `lt()`, `lte()`. Those syntaxes also don't support string values
Dear developers, I re-corrected the syntax and ran new experiments, still triggered the bugs. - Expected behavior: We construct the following scenario: we randomly generate two queries Q1, Q2, and...
OK, received with thanks!
Do you think hugegraph will support this in the future? Since other GDBs support this kind of input.
OK, thanks a lot!
I think is the middle `E()` here. ``` g.E().inV().bothE('el0').fold().as('x').E().where(__.count()).where(within('x')) ^ ```
Received with thanks! I'll further check this.
Sorry, but during my continuous testing, I believe there're still some problems in this part. And other classical GDBs actually support such queries, and even the syntax such as outside()...
Hi, I think this safe function contains unsafe code which is the raw pointer. And conversion between raw pointer is unsound since it bypasses the Rust safety guarantee. It can...
Hi, thanks for your detailed and reasonable reply! I agree with your comment, and the unsafe consequence would depend on how the users use the code. Based on your description,...