\brief Create a UuidType instance
| 53 | |
| 54 | /// \brief Create a UuidType instance |
| 55 | static Result<std::shared_ptr<DataType>> Make() { return std::make_shared<UuidType>(); } |
| 56 | |
| 57 | static bool IsSupportedStorageType(const std::shared_ptr<DataType>& storage_type); |
| 58 | }; |
no outgoing calls