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()...