Design and implement some useful methods like turi SGraph
Open
component:python
enhancement
warmup
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
There are a bunch of accessor methods in [SGraph](https://apple.github.io/turicreate/docs/api/generated/turicreate.SGraph.html) for users to explore graphs, like
```python
get_edges(self[, src_ids, dst_ids,...])
get_neighborhood(ids[, radius, ...])
get_vertices(self[, ids, fields, format])
```
It's would be great if GraphScope graph also supports these methods.
Contributor guide
Assessment
This issue has not been assessed yet.