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

Method resetData

src/org/apache/pig/builtin/mock/Storage.java:185–187  ·  view source on GitHub ↗

reset the store and get the Data object to access it @param pigServer @return Data

(PigServer pigServer)

Source from the content-addressed store, hash-verified

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

Callers 15

storeCRMethod · 0.95
testLoadStoreFuncMethod · 0.95
testMultiStoreMethod · 0.95
runTestMethod · 0.95
testScalarNullValueMethod · 0.95
testScalarNullValue2Method · 0.95

Calls 8

getPropertyMethod · 0.80
removeMethod · 0.65
warnMethod · 0.65
setPropertyMethod · 0.65
getPigContextMethod · 0.45
getPropertiesMethod · 0.45
containsMethod · 0.45
putMethod · 0.45

Tested by 15

storeCRMethod · 0.76
testLoadStoreFuncMethod · 0.76
testMultiStoreMethod · 0.76
runTestMethod · 0.76
testScalarNullValueMethod · 0.76
testScalarNullValue2Method · 0.76