A method called by the Pig runtime to give an opportunity for implementations to perform cleanup actions like closing the underlying input stream. This is necessary since while performing a join the Pig run time may determine than no further join is possible with remaining records and may indicate t
()
| 107 | * its close actions. |
| 108 | */ |
| 109 | public abstract void close() throws IOException; |
| 110 | } |
no outgoing calls