Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GAIA Compiler] Build algebra layer structures for graph operators #2438

Merged
merged 32 commits into from Feb 24, 2023

Conversation

shirly121
Copy link
Collaborator

What do these changes do?

  1. build algebra layer structures for graph operators : Source/Expand/GetV/PathExpand/Match
  2. introduce interfaces and implementations for fetching schema (under package of com.alibaba.graphscope.common.ir.schema)
  3. introduce data types to denote vertex or edge (under package of com.alibaba.graphscope.common.ir.type)

Related issue number

Fixes

@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2023

Codecov Report

Merging #2438 (297b64c) into main (2aa3e71) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2438   +/-   ##
=======================================
  Coverage   39.93%   39.93%           
=======================================
  Files          88       88           
  Lines        9771     9771           
=======================================
  Hits         3902     3902           
  Misses       5869     5869           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8987649...297b64c. Read the comment docs.

GraphOpt.GetV.END,
new LabelConfig(false).addLabel("person")))
.range(1, 3)
.pathOpt(PathOpt.Simple)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PathOpt和ResultOpt可否也统一到GraphOpt.PathExpand.Simple和 GraphOpt.PathExpand.AllV ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PathOpt和ResultOpt还是要区分开,GraphOpt里加了PathExpandPath和PathExpandResult

public TableConfig(List<RelOptTable> tables) {
this.tables = ObjectUtils.requireNonEmpty(tables);
;
this.isAll = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix code format issue.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@shirly121 shirly121 merged commit 675dc4b into alibaba:main Feb 24, 2023
@shirly121 shirly121 deleted the ir_algebra_tmp branch February 24, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants