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

Method testStoreFunctionNoNulls

test/org/apache/pig/test/TestLocal.java:223–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 // This test: "testStoreFunction()" is equivalent to testStoreFunctionNoNulls()
222
223 @Test
224 public void testStoreFunctionNoNulls() throws Throwable {
225
226 String[][] data = genDataSetFile1( 10, false );
227 storeFunction( data);
228 }
229
230 @Test
231 public void testStoreFunctionWithNulls() throws Throwable {

Callers

nothing calls this directly

Calls 2

genDataSetFile1Method · 0.95
storeFunctionMethod · 0.95

Tested by

no test coverage detected