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

Method testDefinedFunctionsNoNulls

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

Source from the content-addressed store, hash-verified

381
382 // this test is equivalent to testDefinedFunctions()
383 @Test
384 public void testDefinedFunctionsNoNulls() throws Throwable {
385
386 String[][] data = genDataSetFile1( 10, false );
387 definedFunctions( data);
388 }
389
390
391 @Test

Callers

nothing calls this directly

Calls 2

genDataSetFile1Method · 0.95
definedFunctionsMethod · 0.95

Tested by

no test coverage detected