> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8c05c8a2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ClickHouseのデータ型に関するドキュメント

# ClickHouseのデータ型

このセクションでは、ClickHouseでサポートされているデータ型について説明します。たとえば、[整数](/ja/reference/data-types/int-uint)、[浮動小数点数](/ja/reference/data-types/float)、[文字列](/ja/reference/data-types/string) があります。

システムテーブル [system.data\_type\_families](/ja/reference/system-tables/data_type_families) では、
利用可能なすべてのデータ型の概要を確認できます。
また、あるデータ型が別のデータ型のエイリアスであるかどうかや、その名前で大文字と小文字が区別されるかどうか (例: `bool` と `BOOL`) も示されます。
