MCPcopy Create free account
hub / github.com/apache/pig / exec

Method exec

test/org/apache/pig/test/utils/UPPER.java:25–29  ·  view source on GitHub ↗
(Tuple input)

Source from the content-addressed store, hash-verified

23
24public class UPPER extends EvalFunc <String> {
25 public String exec(Tuple input) {
26 final int quotient = 5/0;
27 String str="hello";
28 return str;
29 }
30}

Callers 15

testStringInvokerMethod · 0.45
testNoArgInvokerMethod · 0.45
testLongInvokerMethod · 0.45
testIntInvokerMethod · 0.45
testArrayConversionMethod · 0.45
testDoubleInvokerMethod · 0.45
testFloatInvokerMethod · 0.45
testStringSubstrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected