Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getInputType
Method
getInputType
test/org/apache/pig/test/TestBuiltin.java:2890–2892 ·
view source on GitHub ↗
(String typeFor)
Source
from the content-addressed store, hash-verified
2888
}
2889
2890
private
static
String getInputType(String typeFor) {
2891
return
allowedInput.get(typeFor);
2892
}
2893
2894
/**
2895
* @param expectedFor functionName
for
which expected result is sought
Callers
15
testAggNoCombine
Method · 0.95
testAggSingleCombine
Method · 0.95
testAggMultipleCombine
Method · 0.95
testAVG
Method · 0.95
testAVGIntermediate
Method · 0.95
testAVGFinal
Method · 0.95
testSUM
Method · 0.95
testSUMIntermed
Method · 0.95
testSUMFinal
Method · 0.95
testMIN
Method · 0.95
testMINIntermediate
Method · 0.95
testMINFinal
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected