Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ setUDFContextSignature
Method
setUDFContextSignature
src/org/apache/pig/LoadFuncWrapper.java:81–84 ·
view source on GitHub ↗
(String signature)
Source
from the content-addressed store, hash-verified
79
}
80
81
@Override
82
public
void
setUDFContextSignature(String signature) {
83
loadFunc().setUDFContextSignature(signature);
84
}
85
86
protected
LoadFunc loadFunc() {
87
if
(this.loadFunc == null) {
Callers
nothing calls this directly
Calls
1
loadFunc
Method · 0.95
Tested by
no test coverage detected