Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getValueAsPigType
Method
getValueAsPigType
src/org/apache/pig/impl/io/NullableText.java:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
public
Object getValueAsPigType() {
46
return
isNull() ? null : ((Text)mValue).toString();
47
}
48
}
Callers
1
compare
Method · 0.95
Calls
2
isNull
Method · 0.65
toString
Method · 0.45
Tested by
no test coverage detected