()
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public LoadCaster getLoadCaster() throws IOException { |
| 68 | return loadFunc().getLoadCaster(); |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public void prepareToRead(RecordReader reader, PigSplit split) throws IOException { |
nothing calls this directly
no test coverage detected