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

Method createLocalInputFile

test/org/apache/pig/test/Util.java:339–345  ·  view source on GitHub ↗
(String filename, String[] inputData)

Source from the content-addressed store, hash-verified

337 }
338
339 static public File createLocalInputFile(String filename, String[] inputData)
340 throws IOException {
341 File f = new File(filename);
342 f.deleteOnExit();
343 writeToFile(f, inputData);
344 return f;
345 }
346
347 public static void writeToFile(File f, String[] inputData) throws
348 IOException {

Callers 15

createInputFileMethod · 0.95
testSimpleCsvMethod · 0.95
testQuotedCommasMethod · 0.95
testQuotedQuotesMethod · 0.95
testNullPaddingMethod · 0.95
setupMethod · 0.95
testSimpleCsvMethod · 0.95
testQuotedCommasMethod · 0.95
testQuotedQuotesMethod · 0.95
storeComplexTypesMethod · 0.95
storeScalarTypesMethod · 0.95
setupMethod · 0.95

Calls 1

writeToFileMethod · 0.95

Tested by

no test coverage detected