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

Method getParams

src/org/apache/pig/impl/PigContext.java:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 transient private PreprocessorContext preprocessorContext = new PreprocessorContext(50);
214
215 public List<String> getParams() {
216 return params;
217 }
218 public void setParams(List<String> params) {
219 this.params = params;
220 }

Callers 1

replaceParametersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected