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

Method createInputFile

test/org/apache/pig/test/TestJoinBase.java:46–46  ·  view source on GitHub ↗
(String fileNameHint, String[] data)

Source from the content-addressed store, hash-verified

44 BagFactory mBf = BagFactory.getInstance();
45
46 abstract protected String createInputFile(String fileNameHint, String[] data) throws IOException;
47
48 abstract protected void deleteInputFile(String fileName) throws Exception;
49

Callers 7

testDefaultJoinMethod · 0.95
testJoinSchemaMethod · 0.95
testLeftOuterJoinMethod · 0.95
testRightOuterJoinMethod · 0.95
testFullOuterJoinMethod · 0.95
testJoinTupleFieldKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected