MCPcopy 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

compareMethod · 0.95

Calls 2

isNullMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected