| 107 | bool PackTs(uint64_t ts); |
| 108 | void PackDimension(const std::string& val); |
| 109 | inline bool IsDimension() { |
| 110 | return raw_dimensions_.find(rb_.GetAppendPos()) != |
| 111 | raw_dimensions_.end(); |
| 112 | } |
| 113 | |
| 114 | private: |
| 115 | std::shared_ptr<::fedb::nameserver::TableInfo> table_info_; |
nothing calls this directly
no test coverage detected