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

Method GetTemplateTupleForPartitionId

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

Source from the content-addressed store, hash-verified

1361}
1362
1363Tuple* ScanRangeSharedState::GetTemplateTupleForPartitionId(int64_t partition_id) {
1364 DCHECK(partition_template_tuple_map_.find(partition_id)
1365 != partition_template_tuple_map_.end());
1366 return partition_template_tuple_map_[partition_id];
1367}
1368
1369void ScanRangeSharedState::TransferToSharedStatePool(MemPool* pool) {
1370 unique_lock<mutex> l(metadata_lock_);

Callers 1

CreateTemplateTupleMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected