MCPcopy Create free account
hub / github.com/apache/pig / write

Method write

src/org/apache/pig/FileSplitComparable.java:70–74  ·  view source on GitHub ↗
(DataOutput out)

Source from the content-addressed store, hash-verified

68
69
70 @Override
71 public void write(DataOutput out) throws IOException {
72 DataReaderWriter.writeDatum(out, filename);
73 DataReaderWriter.writeDatum(out, offset);
74 }
75
76 @Override
77 public String toString(){

Callers

nothing calls this directly

Calls 1

writeDatumMethod · 0.95

Tested by

no test coverage detected