MCPcopy 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

testAggNoCombineMethod · 0.95
testAggSingleCombineMethod · 0.95
testAVGMethod · 0.95
testAVGIntermediateMethod · 0.95
testAVGFinalMethod · 0.95
testSUMMethod · 0.95
testSUMIntermedMethod · 0.95
testSUMFinalMethod · 0.95
testMINMethod · 0.95
testMINIntermediateMethod · 0.95
testMINFinalMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected