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

Method GetSlotDescriptor

be/src/runtime/descriptors.cc:725–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725SlotDescriptor* DescriptorTbl::GetSlotDescriptor(SlotId id) const {
726 SlotDescriptorMap::const_iterator i = slot_desc_map_.find(id);
727 return i == slot_desc_map_.end() ? nullptr : i->second;
728}
729
730void DescriptorTbl::GetTupleDescs(vector<TupleDescriptor*>* descs) const {
731 descs->clear();

Callers 3

FOREACH_ROW_LIMITFunction · 0.45
PrintComplexValueMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected