Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ dupNode
Method
dupNode
src/org/apache/pig/parser/PigParserNode.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
Tree dupNode() {
58
return
new
PigParserNode(this);
59
}
60
61
public
String getFileName() {
62
return
fileName;
Callers
1
processPig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected