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

Method setValidateEachStatement

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

This can be called to indicate if the query is being parsed/compiled in a mode that expects each statement to be validated as it is entered, instead of just doing it once for whole script. @param validateEachStatement

(boolean validateEachStatement)

Source from the content-addressed store, hash-verified

1970 * @param validateEachStatement
1971 */
1972 public void setValidateEachStatement(boolean validateEachStatement) {
1973 this.validateEachStatement = validateEachStatement;
1974 }
1975
1976 /**
1977 * Set whether to skip parsing while registering the query in batch mode

Callers 6

test1Method · 0.95
testGruntValidationMethod · 0.95
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by 6

test1Method · 0.76
testGruntValidationMethod · 0.76
setUpMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36