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

Method GetTupleDescriptor

be/src/runtime/descriptors.cc:720–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720TupleDescriptor* DescriptorTbl::GetTupleDescriptor(TupleId id) const {
721 TupleDescriptorMap::const_iterator i = tuple_desc_map_.find(id);
722 return i == tuple_desc_map_.end() ? nullptr : i->second;
723}
724
725SlotDescriptor* DescriptorTbl::GetSlotDescriptor(SlotId id) const {
726 SlotDescriptorMap::const_iterator i = slot_desc_map_.find(id);

Callers 15

InitMethod · 0.80
AggregatorConfigMethod · 0.80
InitMethod · 0.80
AnalyticEvalNodeMethod · 0.80
PrepareMethod · 0.80
InitMethod · 0.80
HdfsScanNodeBaseMethod · 0.80
PrepareMethod · 0.80
CalculateDataFilesMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
PrepareMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected