| 187 | using TCompressedDataSet = typename TCompressedIndex::TCompressedDataSet; |
| 188 | |
| 189 | bool HasFeatures() const { |
| 190 | return PermutationIndependentFeatures != static_cast<ui32>(-1); |
| 191 | } |
| 192 | |
| 193 | bool HasPermutationDependentFeatures() const { |
| 194 | return PermutationDependentFeatures != static_cast<ui32>(-1); |
no outgoing calls