Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ toString
Method
toString
src/org/apache/pig/impl/io/PigFile.java:108–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
@Override
109
public
String toString() {
110
return
"PigFile: file: "
+ this.file +
", append: "
+ this.append;
111
}
112
}
Callers
9
openDFSFile
Method · 0.45
getFileElementDescriptors
Method · 0.45
fullPath
Method · 0.45
open
Method · 0.45
getTemporaryPath
Method · 0.45
hadoopify
Method · 0.45
globMatchesFiles
Method · 0.45
getValueAsPigType
Method · 0.45
readLine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected