| 707 | } |
| 708 | |
| 709 | RuntimeProfile* FragmentInstanceState::profile() const { |
| 710 | return runtime_state_->runtime_profile(); |
| 711 | } |
| 712 | |
| 713 | void FragmentInstanceState::PrintVolumeIds() { |
| 714 | if (instance_ctx_pb_.per_node_scan_ranges().empty()) return; |
no test coverage detected