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

Method printAliases

src/org/apache/pig/PigServer.java:875–877  ·  view source on GitHub ↗

Intended to be used by unit tests only. Print a list of all aliases in in the current Pig Latin script. Output is written to System.out. @throws FrontendException

()

Source from the content-addressed store, hash-verified

873 * @throws FrontendException
874 */
875 public void printAliases () throws FrontendException {
876 System.out.println("aliases: " + currDAG.getAliasOp().keySet());
877 }
878
879 /**
880 * Write the schema for an alias to System.out.

Callers

nothing calls this directly

Calls 2

getAliasOpMethod · 0.80
keySetMethod · 0.45

Tested by

no test coverage detected