Whether we need to support 'add column' on the full property graph ?
Open
component:doc
component:gae
proposal
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
```python
import graphscope
from graphscope.dataset import load_ldbc
g = load_ldbc()
lpa_context = graphscope.lpa(g)
g2 = g.add_column(lpa_context, {"result", "r"})
```
Contributor guide
Assessment
This issue has not been assessed yet.