| 2528 | } |
| 2529 | |
| 2530 | bool |
| 2531 | gpdb::ExpressionReturnsSet(Node *clause) |
| 2532 | { |
| 2533 | GP_WRAP_START; |
| 2534 | { |
| 2535 | return expression_returns_set(clause); |
| 2536 | } |
| 2537 | GP_WRAP_END; |
| 2538 | } |
| 2539 | |
| 2540 | List * |
| 2541 | gpdb::GetRelChildIndexes(Oid reloid) |
nothing calls this directly
no test coverage detected