()
| 158 | return "(".equals(getJoinType()); |
| 159 | } |
| 160 | public boolean isForeignJoin() { |
| 161 | return ")".equals(getJoinType()); |
| 162 | } |
| 163 | public boolean isAsofJoin() { |
| 164 | return "~".equals(getJoinType()); |
| 165 | } |
nothing calls this directly
no test coverage detected