| 171 | } |
| 172 | |
| 173 | Result<std::unique_ptr<RowSegmenter>> MakeGenericSegmenter( |
| 174 | const std::vector<TypeHolder>& key_types) { |
| 175 | return MakeAnyKeysSegmenter(key_types, default_exec_context()); |
| 176 | } |
| 177 | |
| 178 | TEST(RowSegmenter, SupportedKeys) { |
| 179 | TestGroupClassSupportedKeys<RowSegmenter>(MakeRowSegmenter); |
nothing calls this directly
no test coverage detected