check if there is a path in the plan graph between the load operator to the store operator. @param load load operator @param store store operator @return true if yes, no otherwise.
(Operator load, Operator store)
| 196 | * @return true if yes, no otherwise. |
| 197 | */ |
| 198 | public boolean pathExists(Operator load, Operator store); |
| 199 | } |
no outgoing calls
no test coverage detected