javeme commented on issue #1900: URL: https://github.com/apache/incubator-hugegraph/issues/1900#issuecomment-1154065586
我这边使用`inE().count().is(0)`方式的查询结果如下:
```json
{
"requestId": "32f89c6f-a8cf-4717-baed-0a8631684adf",
"status": {
"message": "",
"code": 200,
"attributes": {
}
},
"result": {
"data": [
{
"labels": [],
"objects": [
{
"id": 3,
"label": "node",
"type": "vertex",
"properties": {
}
},
{
"id": "L4>1>>L3",
"label": "child",
"type": "edge",
"outV": 4,
"outVLabel": "node",
"inV": 3,
"inVLabel": "node",
"properties": {
}
},
{
"id": 4,
"label": "node",
"type": "vertex",
"properties": {
}
}
]
},
{
"labels": [],
"objects": [
{
"id": 3,
"label": "node",
"type": "vertex",
"properties": {
}
},
{
"id": "L2>1>>L3",
"label": "child",
"type": "edge",
"outV": 2,
"outVLabel": "node",
"inV": 3,
"inVLabel": "node",
"properties": {
}
},
{
"id": 2,
"label": "node",
"type": "vertex",
"properties": {
}
},
{
"id": "L1>1>>L2",
"label": "child",
"type": "edge",
"outV": 1,
"outVLabel": "node",
"inV": 2,
"inVLabel": "node",
"properties": {
}
},
{
"id": 1,
"label": "node",
"type": "vertex",
"properties": {
}
}
]
}
],
"meta": {
}
}
}
```
--
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]
