| 71 | } |
| 72 | |
| 73 | const TPlanFragment* QueryExecParams::GetCoordFragment() const { |
| 74 | const TPlanFragment* fragment = GetCoordFragmentImpl(); |
| 75 | if (HasResultSink(fragment)) return nullptr; |
| 76 | return fragment; |
| 77 | } |
| 78 | |
| 79 | int QueryExecParams::GetNumFragmentInstances() const { |
| 80 | int total = 0; |
no outgoing calls
no test coverage detected