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

Method setParams

src/org/apache/pig/impl/PigContext.java:218–220  ·  view source on GitHub ↗
(List<String> params)

Source from the content-addressed store, hash-verified

216 return params;
217 }
218 public void setParams(List<String> params) {
219 this.params = params;
220 }
221
222 public List<String> getParamFiles() {
223 return paramFiles;

Callers 4

runMethod · 0.95
loadScriptMethod · 0.95
replaceParametersMethod · 0.95
maskAliasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected