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

Method getMasterTuple

be/src/runtime/descriptors.h:664–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662 bool isTupleOfStructSlot() const { return master_tuple_ != nullptr; }
663
664 TupleDescriptor* getMasterTuple() const { return master_tuple_; }
665 void setMasterTuple(TupleDescriptor* desc) { master_tuple_ = desc; }
666
667 /// Return true if the physical layout of this descriptor matches that of other_desc,

Callers 3

InitMethod · 0.80
InitCollExprsMethod · 0.80
CreateInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected