feat(api): optimize adjacent-edges query by Z-HUANT · Pull Request #2408 · apache/hugegraph

added 2 commits

January 3, 2024 10:20
…here are no edges of the specified label type.

@dosubot dosubot bot added size:S

This PR changes 10-29 lines, ignoring generated files.

api

Changes of API

feature

New feature

tests

Add or improve test cases

labels

Jan 4, 2024

@imbajin imbajin changed the title feat:optimize edge query feat(api): optimize edge query

Jan 4, 2024

javeme

@dosubot dosubot bot added size:XL

This PR changes 500-999 lines, ignoring generated files.

and removed size:S

This PR changes 10-29 lines, ignoring generated files.

labels

Jan 23, 2024

@Z-HUANT

@Z-HUANT

@dosubot dosubot bot added size:M

This PR changes 30-99 lines, ignoring generated files.

and removed size:XL

This PR changes 500-999 lines, ignoring generated files.

labels

Jan 23, 2024

@Z-HUANT

javeme

@dosubot dosubot bot added size:L

This PR changes 100-499 lines, ignoring generated files.

and removed size:M

This PR changes 30-99 lines, ignoring generated files.

labels

Jan 25, 2024

javeme

@Z-HUANT

@Z-HUANT

@Z-HUANT

javeme

@Z-HUANT

@javeme javeme changed the title feat(api): optimize edge query feat(api): optimize adjacent-edges query

Feb 25, 2024

javeme

javeme previously approved these changes Feb 25, 2024

@dosubot dosubot bot added the lgtm

This PR has been approved by a maintainer

label

Feb 25, 2024

@imbajin

VGalaxies

VGalaxies pushed a commit that referenced this pull request

Feb 26, 2024
Relevant issue: #2255

Gremlin Query: For adjacency edge queries, if a vertex does not belong to the adjacent vertices of this edge, filter out that vertex.

---------

Co-authored-by: imbajin <jin@apache.org>