| 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. |