Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getFileName
Method
getFileName
src/org/apache/pig/tools/pigstats/ScriptState.java:364–366 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
362
}
363
364
public
String getFileName() {
365
return
(fileName == null) ?
""
: fileName;
366
}
367
368
public
void
setFileName(String fileName) {
369
this.fileName = fileName;
Callers
3
getPigAuditId
Method · 0.95
parse
Method · 0.95
getErrorMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected