MCPcopy Create free account
hub / github.com/apache/impala / RangeComplete

Method RangeComplete

be/src/exec/hdfs-scan-node.cc:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void 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
200void HdfsScanNode::AddMaterializedRowBatch(unique_ptr<RowBatch> row_batch) {
201 InitNullCollectionValues(row_batch.get());

Callers 7

CloseMethod · 0.45
IssueFooterRangesMethod · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
IssueInitialRangesMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected