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

Method dstIter

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

Return an iterator of vertex IDs with an edge from srcVid.

(int srcVid)

Source from the content-addressed store, hash-verified

33
34 /** Return an iterator of vertex IDs with an edge from srcVid. */
35 public abstract IntIterator dstIter(int srcVid);
36
37 public String print() {
38 StringBuilder sb = new StringBuilder();

Callers 4

printMethod · 0.95
DfsContextMethod · 0.45
condenseGraphOnSccMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected