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

Method testDefinedFunctionsWithNulls

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

Source from the content-addressed store, hash-verified

389
390
391 @Test
392 public void testDefinedFunctionsWithNulls() throws Throwable {
393
394 String[][] data = genDataSetFile1( 10, true );
395 definedFunctions( data);
396 }
397
398
399 public void definedFunctions(String[][] data) throws Throwable {

Callers

nothing calls this directly

Calls 2

genDataSetFile1Method · 0.95
definedFunctionsMethod · 0.95

Tested by

no test coverage detected