cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Add PLC/C API for lookup src/dst vertex from edge id

Open ChuckHastings opened this issue 8 months ago • 0 comments

#4307 Implemented the C++ feature to lookup a src/dst vertex from an edge id/type.

We need to expose these to the python layer, so we need C API and PLC calls for this function.

ChuckHastings avatar Jun 11 '24 20:06 ChuckHastings