Amazon Athenaコネクタ > データ型リファレンス > Amazon Athenaとトランスフォーメーションのデータ型
  

Amazon Athenaとトランスフォーメーションのデータ型

以下の表は、データ統合でサポートされるAmazon Athenaのネイティブデータ型と、対応するトランスフォーメーションデータ型を示しています。
Amazon Athenaのデータ型
トランスフォーメーションデータ型
説明
Bigint
Bigint
符号付き8バイト整数
Binary
Binary
1~104,857,600バイト
Boolean
Integer
論理ブール型(true/false)
Char
String
固定長文字列
Date
Date/Time
カレンダーの日付(年、月、日)
Decimal
Decimal
選択精度の正確な数値
Double
Double
精度15
Float
Double
精度15
Int
Integer
符号付き4バイト整数
Smallint
Integer
符号付き2バイト整数
String
String
-1~104,857,600文字
タイムスタンプ
Date/Time
日時(タイムゾーンなし)
Tinyint
Integer
符号付き1バイト整数
Varchar
String
ユーザー定義で制限される可変長文字列
注: バイナリデータ型は、Parquetファイルでのみ使用できます。