| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <Common/UInt128.h> |
| 4 | #include <common/strong_typedef.h> |
| 5 | |
| 6 | namespace DB |
| 7 | { |
| 8 | |
| 9 | STRONG_TYPEDEF(UInt128, UUID) |
| 10 | |
| 11 | } |
| 12 |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <Common/UInt128.h> |
| 4 | #include <common/strong_typedef.h> |
| 5 | |
| 6 | namespace DB |
| 7 | { |
| 8 | |
| 9 | STRONG_TYPEDEF(UInt128, UUID) |
| 10 | |
| 11 | } |
| 12 |