Data Ingestion and Replication
- Data Ingestion and Replication
- 所有产品
SAP ODPソースデータ型 | Databricksターゲットデータ型 |
---|---|
accp(6) | string |
char(p), 1 <= p <= 255 | string |
clnt(p), 1 <= p <= 3 | string |
cuky(p), 1 <= p <= 5 | string |
curr(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
d16d(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
d16r | double |
d34d(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
d34r | double |
dats | string |
dec(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
fltp | double |
int1 | integer |
int2 | integer |
int4 | integer |
int8 | long |
lang(1) | string |
lchr * | string |
lraw * | binary |
numc(p), 1 <= p <= 255 | string |
quan(p,s), 1 <= p <= 38, 0 <= s <= 16 | decimal(p,s), 1 <= p <= 38, 1 <= s <= 16 |
raw(p), 1 <= p <= 255 | binary |
sstr(p), 1 <= p <= 1333 | string |
strg * | string |
tims | string |
unit(p), 1 <= p <= 5 | string |
* SAPでは、これらのデータ型の最大長は指定されていません。 |