| 391 | } |
| 392 | |
| 393 | bool JoinActionRef::fromRight() const |
| 394 | { |
| 395 | auto src_rels = getExpressionSourcesImpl(getData()->expression_sources, *this); |
| 396 | return src_rels.count() == 1 && src_rels.test(1); |
| 397 | } |
| 398 | |
| 399 | bool JoinActionRef::fromNone() const |
| 400 | { |
no test coverage detected