| 2186 | class TestExtensionScalar : public ::testing::Test { |
| 2187 | public: |
| 2188 | void SetUp() { |
| 2189 | type_ = uuid(); |
| 2190 | storage_type_ = fixed_size_binary(16); |
| 2191 | uuid_type_ = checked_cast<const ExampleUuidType*>(type_.get()); |
| 2192 | } |
| 2193 | |
| 2194 | protected: |
| 2195 | ExtensionScalar MakeUuidScalar(std::string_view value) { |
nothing calls this directly
no test coverage detected