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

Method setSkipParseInRegisterForBatch

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

Set whether to skip parsing while registering the query in batch mode @param skipParseInRegisterForBatch

(boolean skipParseInRegisterForBatch)

Source from the content-addressed store, hash-verified

1978 * @param skipParseInRegisterForBatch
1979 */
1980 public void setSkipParseInRegisterForBatch(boolean skipParseInRegisterForBatch) {
1981 this.skipParseInRegisterForBatch = skipParseInRegisterForBatch;
1982 }
1983
1984 public String getLastRel() {
1985 return currDAG.getLastRel();

Callers 2

parseStopOnErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected