ArcGIS 中支持的云数据仓库数据类型
ArcGIS 使用特定数据类型。 通过数据库连接、查询图层或 web 服务访问云数据仓库中的表时,ArcGIS 将过滤掉并且不会显示任何不受支持的数据类型。
下表列出了映射到 ArcGIS 数据类型的云数据仓库数据类型。 如果未列出某个 ArcGIS 数据类型,则云数据仓库不支持该数据类型。
|
ArcGIS 数据类型 |
Redshift 数据类型 |
备注 |
|---|---|---|
|
大整数 |
bigint、decimal(p,s) |
Precision (p) 范围为 10 到 18(含 10 和 18)并且 scale (s) = 0 |
|
Blob |
不支持 |
|
|
日期 |
timestamp、timestamptz |
|
|
仅日期 |
date |
|
|
双精度 |
double precision、decimal(p,s) |
Precision (p) > 9 并且 scale (s) > 0 或者 p = 19 并且 s = 0。 |
|
浮点型 |
real、decimal(p,s) |
Precision (p) 范围为 1 到 9(含 1 和 9)并且 scale (s) > 0 |
|
几何 |
geometry |
|
|
GUID |
不支持 |
|
|
长整型 |
integer、decimal(p,s) |
Precision (p) 范围为 5 到 9(含 5 和 9)并且 scale (s) = 0 |
|
栅格 |
不支持 |
|
|
短整型 |
smallint、decimal(p,s) |
Precision (p) 范围为 1 到 4(含 1 和 4)并且 scale (s) = 0 |
|
文本 |
char、varchar、boolean、hllsketch、super |
|
|
仅时间 |
time(不含时区)、timetz |
|
|
时间戳偏移 |
不支持 |