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

Method setMasterTuple

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

Source from the content-addressed store, hash-verified

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,
668 /// but not necessarily the id.

Callers 1

CreateInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected