Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ setLocation
Method
setLocation
src/org/apache/pig/LoadFuncWrapper.java:56–59 ·
view source on GitHub ↗
(String location, Job job)
Source
from the content-addressed store, hash-verified
54
}
55
56
@Override
57
public
void
setLocation(String location, Job job) throws IOException {
58
loadFunc().setLocation(location, job);
59
}
60
61
@Override
62
public
InputFormat getInputFormat() throws IOException {
Callers
nothing calls this directly
Calls
1
loadFunc
Method · 0.95
Tested by
no test coverage detected