| 2790 | } |
| 2791 | |
| 2792 | int64_t ClientRequestState::row_materialization_timer() const { |
| 2793 | if (LIKELY(row_materialization_timer_ != nullptr)) { |
| 2794 | return row_materialization_timer_->value(); |
| 2795 | } |
| 2796 | |
| 2797 | return 0; |
| 2798 | } |
| 2799 | |
| 2800 | void ClientRequestState::AddCatalogTimeline() { |
| 2801 | if (catalog_op_executor_ != nullptr |
no test coverage detected