来源:ClickHouse
浏览 709
扫码
分享
2020-09-28 22:15:07
- 介绍
- UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64
- Float32, Float64
- Decimal
- Boolean values
- String
- FixedString(N)
- UUID
- Date
- DateTime
- Enum
- Array(T)
- Tuple(T1, T2, …)
- Nullable
- 嵌套数据结构
- 特殊数据类型
- Domain类型