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

# リファレンス

> ClickHouse のリファレンスドキュメント — SQLステートメント、データ型、エンジン、関数、フォーマット、設定、システムテーブル。

<CardGroup cols={2}>
  <Card title="SQLリファレンス" icon="code" href="/ja/reference/syntax">
    SQLステートメント、句、演算子、構文のリファレンス。
  </Card>

  <Card title="データ型" icon="database" href="/ja/reference/data-types">
    数値、文字列、日付/時刻、Array、Map など、サポートされているすべてのデータ型。
  </Card>

  <Card title="エンジン" icon="gear" href="/ja/reference/engines">
    テーブルエンジンとデータベースエンジンのリファレンス — MergeTree family、Log、インテグレーション、特殊エンジン。
  </Card>

  <Card title="関数" icon="function" href="/ja/reference/functions">
    通常の関数、集約関数、テーブル関数、ウィンドウ関数。
  </Card>

  <Card title="フォーマット" icon="file-code" href="/ja/reference/formats">
    サポートされているすべてのデータフォーマット向けの入力フォーマットと出力フォーマットのリファレンス。
  </Card>

  <Card title="設定" icon="sliders" href="/ja/reference/settings">
    サーバー、セッション、MergeTree 設定のリファレンス。
  </Card>

  <Card title="システムテーブル" icon="table" href="/ja/reference/system-tables">
    監視、診断、内部情報の確認のためのシステムテーブル。
  </Card>

  <Card title="データレイク" icon="water" href="/ja/reference/datalakes">
    データレイク インテグレーションのリファレンス — Iceberg、Delta Lake、Hudi。
  </Card>
</CardGroup>
