| 337 | } |
| 338 | |
| 339 | TMaybeData<TConstArrayRef<ui64>> GetTimestamp() const noexcept { // [objectIdx] |
| 340 | return CommonData.Timestamp; |
| 341 | } |
| 342 | |
| 343 | const THashMap<ui32, TString>& GetCatFeaturesHashToString(ui32 catFeatureIdx) const { |
| 344 | return (*CommonData.CatFeaturesHashToString)[catFeatureIdx]; |
no outgoing calls