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

Method getLastAlias

src/org/apache/pig/impl/PigContext.java:561–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559 }
560
561 public String getLastAlias() {
562 return this.last_alias;
563 }
564
565 public void setLastAlias(String value) {
566 this.last_alias = value;

Callers 5

testLastAliasMethod · 0.80
processDescribeMethod · 0.80
processExplainMethod · 0.80
processDumpMethod · 0.80
processIllustrateMethod · 0.80

Calls

no outgoing calls

Tested by 1

testLastAliasMethod · 0.64