Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ toString
Method
toString
src/org/apache/pig/data/AbstractTuple.java:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
@Override
38
public
String toString() {
39
return
TupleFormat.format(this);
40
}
41
42
/**
43
* {@inheritDoc}
Callers
nothing calls this directly
Calls
1
format
Method · 0.95
Tested by
no test coverage detected