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

Method getPigStatsMap

src/org/apache/pig/scripting/ScriptEngine.java:316–318  ·  view source on GitHub ↗

Gets the collection of PigStats after the script is run.

()

Source from the content-addressed store, hash-verified

314 * Gets the collection of {@link PigStats} after the script is run.
315 */
316 protected Map<String, List<PigStats>> getPigStatsMap() {
317 return statsMap;
318 }
319
320 void setPigStats(String key, PigStats stats) {
321 List<PigStats> lst = statsMap.get(key);

Callers 4

mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected