| 1150 | } |
| 1151 | |
| 1152 | void HdfsScanNodeBase::TransferToSharedStatePool(MemPool* pool) { |
| 1153 | shared_state_->TransferToSharedStatePool(pool); |
| 1154 | } |
| 1155 | |
| 1156 | void HdfsScanNodeBase::UpdateHdfsSplitStats( |
| 1157 | const google::protobuf::RepeatedPtrField<ScanRangeParamsPB>& scan_range_params_list, |
no test coverage detected