| 183 | } |
| 184 | |
| 185 | uint32_t TopicStorage::truncatedSampleCount() const noexcept { |
| 186 | return truncated_sample_count_; |
| 187 | } |
| 188 | |
| 189 | uint32_t TopicStorage::arrayExpansionCount(const std::string& field_path) const noexcept { |
| 190 | auto it = array_expansion_counts_.find(field_path); |