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

Method getLastRel

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

Source from the content-addressed store, hash-verified

1982 }
1983
1984 public String getLastRel() {
1985 return currDAG.getLastRel();
1986 }
1987
1988 public boolean isDebugOn() {
1989 if (Logger.getLogger("org.apache.pig").getLevel() == Level.DEBUG) {

Callers 3

dumpSchemaMethod · 0.95
dumpSchemaNestedMethod · 0.95
storeExMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected