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

Method getOutputFormat

src/org/apache/pig/StoreFuncInterface.java:70–70  ·  view source on GitHub ↗

Return the OutputFormat associated with StoreFuncInterface. This will be called on the front end during planning and on the backend during execution. @return the OutputFormat associated with StoreFuncInterface @throws IOException if an exception occurs while constructing the OutputFormat

()

Source from the content-addressed store, hash-verified

68 *
69 */
70 OutputFormat getOutputFormat() throws IOException;
71
72 /**
73 * Communicate to the storer the location where the data needs to be stored.

Callers 12

visitMethod · 0.95
createStoreFuncMethod · 0.95
getCommittersMethod · 0.95
getRecordWriterMethod · 0.95
createStoreFuncMethod · 0.95
storeMethod · 0.95
testSucessMethod · 0.65
getOutputFormatMethod · 0.65
testSucessMethod · 0.65
testErrorMethod · 0.65
getOutputFormatMethod · 0.65

Implementers 15

AvroStoragecontrib/piggybank/java/src/main/java/o
DummyStoreFunctest/org/apache/pig/TestStoreFuncWrapp
StoreFuncsrc/org/apache/pig/StoreFunc.java
StoreFuncWrappersrc/org/apache/pig/StoreFuncWrapper.ja
AbstractAccumuloStoragesrc/org/apache/pig/backend/hadoop/accu
HBaseStoragesrc/org/apache/pig/backend/hadoop/hbas
InterStoragesrc/org/apache/pig/impl/io/InterStorag
TFileStoragesrc/org/apache/pig/impl/io/TFileStorag
SequenceFileInterStoragesrc/org/apache/pig/impl/io/SequenceFil
OrcStoragesrc/org/apache/pig/builtin/OrcStorage.
PigStoragesrc/org/apache/pig/builtin/PigStorage.
AvroStoragesrc/org/apache/pig/builtin/AvroStorage

Calls

no outgoing calls

Tested by 4

testSucessMethod · 0.52
getOutputFormatMethod · 0.52
testSucessMethod · 0.52
testErrorMethod · 0.52