Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
loadScript
Method · 0.95
replaceParameters
Method · 0.95
maskAlias
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected