Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testLastAlias
Method · 0.80
processDescribe
Method · 0.80
processExplain
Method · 0.80
processDump
Method · 0.80
processIllustrate
Method · 0.80
Calls
no outgoing calls
Tested by
1
testLastAlias
Method · 0.64