| 143 | } |
| 144 | |
| 145 | bool ScanNode::IsDataCacheDisabled() const { |
| 146 | return runtime_state()->query_options().disable_data_cache; |
| 147 | } |
| 148 | |
| 149 | Status ScanNode::Prepare(RuntimeState* state) { |
| 150 | SCOPED_TIMER(runtime_profile_->total_time_counter()); |
no outgoing calls
no test coverage detected