MCPcopy Create free account
hub / github.com/apache/pig / getResults

Method getResults

src/org/apache/pig/backend/executionengine/ExecJob.java:62–62  ·  view source on GitHub ↗

if query has executed successfully we want to retrieve the results via iterating over them. @return iterator for resulting tuples @throws ExecException

()

Source from the content-addressed store, hash-verified

60 * @throws ExecException
61 */
62 public Iterator<Tuple> getResults() throws ExecException;
63
64 /**
65 * Returns the alias of relation generated by this job

Callers 4

testToolsPigServerMethod · 0.95
openIteratorMethod · 0.95

Implementers 1

HJobsrc/org/apache/pig/backend/hadoop/exec

Calls

no outgoing calls

Tested by 3

testToolsPigServerMethod · 0.76