Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ markDirty
Method
markDirty
src/org/apache/pig/newplan/BaseOperatorPlan.java:275–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
}
274
275
private
void
markDirty() {
276
roots.clear();
277
leaves.clear();
278
}
279
280
public
Iterator<Operator> getOperators() {
281
return
ops.iterator();
Callers
4
add
Method · 0.95
remove
Method · 0.95
connect
Method · 0.95
disconnect
Method · 0.95
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected