| 488 | } |
| 489 | int64_t num_keys() const { return map_.keys()->num_rows(); } |
| 490 | int64_t num_rows() const { |
| 491 | return no_duplicate_keys_ ? num_keys() : row_offset_for_key_[num_keys()]; |
| 492 | } |
| 493 | |
| 494 | uint32_t payload_id_to_key_id(uint32_t payload_id) const; |
| 495 |
no outgoing calls