alibaba / alibaba/GraphScope

Support get edge properties by `valueMap` operator

Open
#1,723 0 comments 0 reactions 0 assignees View on GitHub
component:gaia
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.**

See detail in #1617 .

```gremlin
g.E(eid).valueMap()
```

Thanks for @BingqingLyu, this may be caused by edge indexing is not supported.

Contributor guide

Open the contributing guide

Research direction

Start by reading issue #1617 and reproducing the Gremlin query `g.E(eid).valueMap()` in GraphScope. Trace the existing edge-property and edge-indexing support to determine the required scope; done means the query returns edge properties through `valueMap()`.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.