Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getNext
Method
getNext
src/org/apache/pig/LoadFuncWrapper.java:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
@Override
77
public
Tuple getNext() throws IOException {
78
return
loadFunc().getNext();
79
}
80
81
@Override
82
public
void
setUDFContextSignature(String signature) {
Callers
nothing calls this directly
Calls
1
loadFunc
Method · 0.95
Tested by
no test coverage detected