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

Method GetCodegenFn

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

Source from the content-addressed store, hash-verified

901}
902
903const CodegenFnPtrBase* HdfsScanNodeBase::GetCodegenFn(THdfsFileFormat::type type) {
904 HdfsScanPlanNode::CodegendFnMap::const_iterator it = codegend_fn_map_.find(type);
905 if (it == codegend_fn_map_.end()) return nullptr;
906 return &it->second;
907}
908
909Status HdfsScanNodeBase::CreateAndOpenScannerHelper(HdfsPartitionDescriptor* partition,
910 ScannerContext* context, scoped_ptr<HdfsScanner>* scanner) {

Callers 4

OpenMethod · 0.80
OpenMethod · 0.80
InitNewRangeMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected