| 62 | // The block handle for the index block of the table |
| 63 | const BlockHandle& index_handle() const { return index_handle_; } |
| 64 | void set_index_handle(const BlockHandle& h) { index_handle_ = h; } |
| 65 | |
| 66 | void EncodeTo(std::string* dst) const; |
| 67 | Status DecodeFrom(Slice* input); |