| 192 | } |
| 193 | |
| 194 | void HdfsScanNode::RangeComplete(const THdfsFileFormat::type& file_type, |
| 195 | const std::vector<THdfsCompression::type>& compression_type, bool skipped) { |
| 196 | lock_guard<SpinLock> l(file_type_counts_lock_); |
| 197 | HdfsScanNodeBase::RangeComplete(file_type, compression_type, skipped); |
| 198 | } |
| 199 | |
| 200 | void HdfsScanNode::AddMaterializedRowBatch(unique_ptr<RowBatch> row_batch) { |
| 201 | InitNullCollectionValues(row_batch.get()); |
no outgoing calls
no test coverage detected