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

Method write

src/org/apache/pig/builtin/mock/Storage.java:600–603  ·  view source on GitHub ↗
(DataOutput arg0)

Source from the content-addressed store, hash-verified

598 }
599
600 @Override
601 public void write(DataOutput arg0) throws IOException {
602 arg0.writeUTF(location);
603 }
604 }
605
606 private static class MockInputFormat extends InputFormat<Object, Object> {

Callers 10

serializeToBytesMethod · 0.45
putNextMethod · 0.45
putNextMethod · 0.45
putNextMethod · 0.45
putNextMethod · 0.45
consumeTupleMethod · 0.45
consumeMapMethod · 0.45
putNextMethod · 0.45
storeSchemaMethod · 0.45
bloomOutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected