alibaba / alibaba/GraphScope

Whether we need to support 'add column' on the full property graph ?

Open
#1,685 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.