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

Method getAliasKeySet

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

Get the set of all current aliases. @return set

()

Source from the content-addressed store, hash-verified

1364 * @return set
1365 */
1366 public Set<String> getAliasKeySet() {
1367 return currDAG.getAliasOp().keySet();
1368 }
1369
1370 public Map<Operator, DataBag> getExamples(String alias) throws IOException {
1371 try {

Callers 3

getAliasToSchemaMapMethod · 0.95
completeMethod · 0.80
searchCandidateMethod · 0.80

Calls 2

getAliasOpMethod · 0.80
keySetMethod · 0.45

Tested by 1

getAliasToSchemaMapMethod · 0.76