Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ generatedCodeSet
Method
generatedCodeSet
src/org/apache/pig/data/SchemaTuple.java:98–98 ·
view source on GitHub ↗
(SchemaTuple<?> t, boolean checkType)
Source
from the content-addressed store, hash-verified
96
}
97
98
protected
abstract SchemaTuple<T> generatedCodeSet(SchemaTuple<?> t, boolean checkType) throws ExecException;
99
100
protected
SchemaTuple<T> setSpecific(T t) {
101
return
generatedCodeSetSpecific(t);
Callers
1
set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected