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

[FEA] API to get num_nodes and num_edges per type from the PropertyGraph #2422

Closed
VibhuJawa opened this issue Jul 19, 2022 · 0 comments · Fixed by #2434
Closed

[FEA] API to get num_nodes and num_edges per type from the PropertyGraph #2422

VibhuJawa opened this issue Jul 19, 2022 · 0 comments · Fixed by #2434
Assignees
Milestone

Comments

@VibhuJawa
Copy link
Member

VibhuJawa commented Jul 19, 2022

Describe the solution you'd like and any additional context

API to get num_nodes and num_edges per type from the PropertyGraph

def num_nodes(type=None)
def num_edges(type=None)
eriknw added a commit to eriknw/cugraph that referenced this issue Jul 20, 2022
Closes rapidsai#2422.  I'll add this to MGPG when we finalize the API and behavior.
@rlratzel rlratzel added this to the 22.08 milestone Jul 20, 2022
rapids-bot bot pushed a commit that referenced this issue Jul 29, 2022
Closes #2422.  I'll add this to MGPG when we finalize the API and behavior.

Authors:
  - Erik Welch (https://github.com/eriknw)

Approvers:
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - Brad Rees (https://github.com/BradReesWork)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #2434
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 a pull request may close this issue.

3 participants