reset the store and get the Data object to access it @param pigServer @return Data
(PigServer pigServer)
| 183 | * @return Data |
| 184 | */ |
| 185 | public static Data resetData(PigServer pigServer) { |
| 186 | return resetData(pigServer.getPigContext()); |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * reset the store and get the Data object to access it |