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

Method prepareToRead

src/org/apache/pig/LoadFuncWrapper.java:71–74  ·  view source on GitHub ↗
(RecordReader reader, PigSplit split)

Source from the content-addressed store, hash-verified

69 }
70
71 @Override
72 public void prepareToRead(RecordReader reader, PigSplit split) throws IOException {
73 loadFunc().prepareToRead(reader, split);
74 }
75
76 @Override
77 public Tuple getNext() throws IOException {

Callers

nothing calls this directly

Calls 1

loadFuncMethod · 0.95

Tested by

no test coverage detected