()
| 258 | } |
| 259 | |
| 260 | public JoinOperator getJoinOp() { return joinOp_; } |
| 261 | public List<BinaryPredicate> getEqJoinConjuncts() { return eqJoinConjuncts_; } |
| 262 | public List<Expr> getOtherJoinConjuncts() { return otherJoinConjuncts_; } |
| 263 | public boolean isStraightJoin() { return isStraightJoin_; } |
no outgoing calls
no test coverage detected