MCPcopy Create free account
hub / github.com/apache/impala / numVertices

Method numVertices

fe/src/main/java/org/apache/impala/util/Graph.java:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30/** Data structures for graphs represented with an adjacency list. */
31public abstract class Graph {
32 public abstract int numVertices();
33
34 /** Return an iterator of vertex IDs with an edge from srcVid. */
35 public abstract IntIterator dstIter(int srcVid);

Callers 3

printMethod · 0.95
tarjanSccMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected