alibaba / alibaba/GraphScope

feat(interactive): Refactor `QueryParams` in physical layer, use edge triplet to represent edge label.

Open
#3,670 1 comment 0 reactions 3 assignees Claimed by @BingqingLyu View on GitHub
stale
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

We all know that an edge label triplet `(src_label, edge_label, dst_label)` uniquely defines a relationship. However in current compiler's physical layer, The QueryParams only contains a `edge_label, the `src_label` and `dst_label` is presented in `metadata`.

Ideally, We shall put edge label triplet into `QueryParams`, and engines shall not get the label info from metadata.

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.