Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
public
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
testStringInvoker
Method · 0.45
testNoArgInvoker
Method · 0.45
testLongInvoker
Method · 0.45
testIntInvoker
Method · 0.45
testArrayConversion
Method · 0.45
testDoubleInvoker
Method · 0.45
testFloatInvoker
Method · 0.45
testStringSubstr
Method · 0.45
testStringSubstr_BI_EQ_EI
Method · 0.45
testStringSubstr_BI_LT_EI
Method · 0.45
testStringSubstr_BI_LT_ZERO
Method · 0.45
testStringSubstr_BI_GT_EI
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected