| 54 | } |
| 55 | |
| 56 | std::shared_ptr<DataType> uuid() { return std::make_shared<UuidType>(); } |
| 57 | |
| 58 | bool UuidType::IsSupportedStorageType(const std::shared_ptr<DataType>& storage_type) { |
| 59 | return storage_type->Equals(*fixed_size_binary(16)); |
no outgoing calls