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

Method compile

src/org/apache/pig/scripting/Pig.java:167–169  ·  view source on GitHub ↗

Define a Pig pipeline. @param pl Pig Latin definition of the pipeline. @return Pig object representing this pipeline. @throws IOException if the Pig Latin does not compile.

(String pl)

Source from the content-addressed store, hash-verified

165 * @throws IOException if the Pig Latin does not compile.
166 */
167 public static Pig compile(String pl) throws IOException {
168 return compile(null, pl);
169 }
170
171 /**
172 * Define a named portion of a Pig pipeline. This allows it

Callers 15

compileFromFileMethod · 0.95
compileMethod · 0.95
readColumnarStructMethod · 0.45
TestMyRegExLoaderClass · 0.45
TestRegExLoaderClass · 0.45
getPatternMethod · 0.45
getPatternMethod · 0.45
MyRegExLoaderMethod · 0.45
CSVExcelStorageClass · 0.45
setXMLIdentifierMethod · 0.45
HiveColumnarLoaderClass · 0.45
HiveRCSchemaUtilClass · 0.45

Calls 5

getScriptContextMethod · 0.95
getDefineClausesMethod · 0.95
appendMethod · 0.65
toStringMethod · 0.45

Tested by 3

readColumnarStructMethod · 0.36
getPatternMethod · 0.36
getPatternMethod · 0.36