Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getPreprocessorContext
Method
getPreprocessorContext
src/org/apache/pig/impl/PigContext.java:229–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
227
}
228
229
public
PreprocessorContext getPreprocessorContext() {
230
return
preprocessorContext;
231
}
232
233
public
Map<String, String> getParamVal() throws IOException {
234
Map<String, String> paramVal = preprocessorContext.getParamVal();
Callers
1
loadScript
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected