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

Method SkipFile

be/src/exec/hdfs-scan-node-base.cc:1098–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098void HdfsScanNodeBase::SkipFile(const THdfsFileFormat::type& file_type,
1099 const HdfsFileDesc* file) {
1100 for (int i = 0; i < file->splits.size(); ++i) {
1101 RangeComplete(file_type, file->file_compression, true);
1102 }
1103}
1104
1105void HdfsScanPlanNode::ComputeSlotMaterializationOrder(
1106 const DescriptorTbl& desc_tbl, vector<int>* order) const {

Callers 1

CloseFileRangesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected