

# Athena の Iceberg テーブルでサポートされているデータ型
<a name="querying-iceberg-supported-data-types"></a>

Athena は、次のデータ型が含まれている Iceberg テーブルをクエリできます。

```
binary
boolean
date
decimal
double
float
int
list
long
map
string
struct
timestamp without time zone
```

Iceberg テーブル型の詳細については、Apache のドキュメントの [Iceberg の「Schemas」ページ](https://iceberg.apache.org/docs/latest/schemas/)を参照してください。

次の表に、Athena のデータ型と Iceberg のテーブルデータ型の関係を示します。


****  
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/athena/latest/ug/querying-iceberg-supported-data-types.html)

Athena でのデータ型の詳細については、「[Amazon Athena のデータ型](data-types.md)」を参照してください。