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

Method isBatchOn

src/org/apache/pig/PigServer.java:1572–1574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1570 }
1571
1572 boolean isBatchOn() {
1573 return batchMode;
1574 };
1575
1576 boolean isBatchEmpty() {
1577 for( Operator op : lp.getSinks() ) {

Callers 1

duplicateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected