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

Method countExecutedStores

src/org/apache/pig/PigServer.java:1559–1562  ·  view source on GitHub ↗

Call back method for counting executed stores.

()

Source from the content-addressed store, hash-verified

1557 * Call back method for counting executed stores.
1558 */
1559 private void countExecutedStores() throws FrontendException {
1560 List<LOStore> sinks = Util.getLogicalRelationalOperators(lp, LOStore.class);
1561 processedStores += sinks.size();
1562 }
1563
1564 Map<LogicalRelationalOperator, LogicalPlan> getAliases() {
1565 return aliases;

Callers 1

executeMethod · 0.80

Calls 2

sizeMethod · 0.65

Tested by

no test coverage detected