MCPcopy 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

openDFSFileMethod · 0.45
fullPathMethod · 0.45
openMethod · 0.45
getTemporaryPathMethod · 0.45
hadoopifyMethod · 0.45
globMatchesFilesMethod · 0.45
getValueAsPigTypeMethod · 0.45
readLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected