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

> MergeTree family テーブルのプロジェクションパーツ内のカラム情報を含むシステムテーブル

# system.projection_parts_columns

<div id="description">
  ## 説明
</div>

このテーブルには、MergeTree family のテーブルのプロジェクションパーツ内のカラムに関する情報が含まれています。

<div id="columns">
  ## カラム
</div>

* `partition` ([String](/ja/reference/data-types/index)) — パーティション名。
* `name` ([String](/ja/reference/data-types/index)) — データパートの名前。
* `part_type` ([String](/ja/reference/data-types/index)) — データパートの保存フォーマット。
* `parent_name` ([String](/ja/reference/data-types/index)) — 元の (親) データパートの名前。
* `parent_uuid` ([UUID](/ja/reference/data-types/index)) — 元の (親) データパートの UUID。
* `parent_part_type` ([String](/ja/reference/data-types/index)) — 元の (親) データパートの保存フォーマット。
* `active` ([UInt8](/ja/reference/data-types/index)) — データパートがアクティブかどうかを示すフラグ。
* `marks` ([UInt64](/ja/reference/data-types/index)) — マーク数。
* `rows` ([UInt64](/ja/reference/data-types/index)) — 行数。
* `bytes_on_disk` ([UInt64](/ja/reference/data-types/index)) — すべてのデータパートファイルの合計サイズ (バイト単位) 。
* `data_compressed_bytes` ([UInt64](/ja/reference/data-types/index)) — データパート内の圧縮データの合計サイズ。補助ファイル (たとえばマークを含むファイル) は含まれません。
* `data_uncompressed_bytes` ([UInt64](/ja/reference/data-types/index)) — データパート内の非圧縮データの合計サイズ。補助ファイル (たとえばマークを含むファイル) は含まれません。
* `marks_bytes` ([UInt64](/ja/reference/data-types/index)) — マークを含むファイルのサイズ。
* `parent_marks` ([UInt64](/ja/reference/data-types/index)) — 元の (親) パート内のマーク数。
* `parent_rows` ([UInt64](/ja/reference/data-types/index)) — 元の (親) パート内の行数。
* `parent_bytes_on_disk` ([UInt64](/ja/reference/data-types/index)) — すべての元の (親) データパートファイルの合計サイズ (バイト単位) 。
* `parent_data_compressed_bytes` ([UInt64](/ja/reference/data-types/index)) — 元の (親) データパート内の圧縮データの合計サイズ。
* `parent_data_uncompressed_bytes` ([UInt64](/ja/reference/data-types/index)) — 元の (親) データパート内の非圧縮データの合計サイズ。
* `parent_marks_bytes` ([UInt64](/ja/reference/data-types/index)) — 元の (親) データパート内のマークを含むファイルのサイズ。
* `modification_time` ([DateTime](/ja/reference/data-types/index)) — データパートを含むディレクトリの更新時刻。通常、これはデータパートの作成時刻に対応します。
* `remove_time` ([DateTime](/ja/reference/data-types/index)) — データパートが非アクティブになった時刻。
* `refcount` ([UInt32](/ja/reference/data-types/index)) — データパートが使用されている箇所の数。値が 2 より大きい場合、そのデータパートはクエリまたはマージで使用されています。
* `min_date` ([Date](/ja/reference/data-types/index)) — パーティションキーに含まれている場合の Date カラムの最小値。
* `max_date` ([Date](/ja/reference/data-types/index)) — パーティションキーに含まれている場合の Date カラムの最大値。
* `min_time` ([DateTime](/ja/reference/data-types/index)) — パーティションキーに含まれている場合の DateTime カラムの最小値。
* `max_time` ([DateTime](/ja/reference/data-types/index)) — パーティションキーに DateTime カラムが含まれている場合の、DateTime カラムの最大値。
* `partition_id` ([String](/ja/reference/data-types/index)) — パーティションの ID。
* `min_block_number` ([Int64](/ja/reference/data-types/index)) — マージ後に現在のパーツを構成するデータパーツの最小番号。
* `max_block_number` ([Int64](/ja/reference/data-types/index)) — マージ後に現在のパーツを構成するデータパーツの最大番号。
* `level` ([UInt32](/ja/reference/data-types/index)) — マージツリーの深さ。0 は、現在のパーツが他のパーツのマージではなく挿入によって作成されたことを意味します。
* `data_version` ([UInt64](/ja/reference/data-types/index)) — データパーツに適用すべきミューテーションを判定するために使用される数値です (data\_version より大きいバージョンのミューテーション) 。
* `primary_key_bytes_in_memory` ([UInt64](/ja/reference/data-types/index)) — 主キー値が使用するメモリ量 (バイト単位) 。
* `primary_key_bytes_in_memory_allocated` ([UInt64](/ja/reference/data-types/index)) — 主キー値用に確保されているメモリ量 (バイト単位) 。
* `database` ([String](/ja/reference/data-types/index)) — データベース名。
* `table` ([String](/ja/reference/data-types/index)) — テーブル名。
* `engine` ([String](/ja/reference/data-types/index)) — パラメータを含まないテーブルエンジン名。
* `disk_name` ([String](/ja/reference/data-types/index)) — データパーツを保存するディスク名。
* `path` ([String](/ja/reference/data-types/index)) — データパーツのファイルを含むフォルダーへの絶対パス。
* `column` ([String](/ja/reference/data-types/index)) — カラム名。
* `type` ([String](/ja/reference/data-types/index)) — カラムの型。
* `column_position` ([UInt64](/ja/reference/data-types/index)) — テーブル内のカラムの位置 (1 から始まる) 。
* `default_kind` ([String](/ja/reference/data-types/index)) — デフォルト値の式の種類 (DEFAULT、MATERIALIZED、ALIAS) 。未定義の場合は空文字列です。
* `default_expression` ([String](/ja/reference/data-types/index)) — デフォルト値の式。未定義の場合は空文字列です。
* `column_bytes_on_disk` ([UInt64](/ja/reference/data-types/index)) — カラムの合計サイズ (バイト単位) 。
* `column_data_compressed_bytes` ([UInt64](/ja/reference/data-types/index)) — カラム内の圧縮データの合計サイズ (バイト単位) 。
* `column_data_uncompressed_bytes` ([UInt64](/ja/reference/data-types/index)) — カラム内の非圧縮データの合計サイズ (バイト単位) 。
* `column_marks_bytes` ([UInt64](/ja/reference/data-types/index)) — マークを含むカラムのサイズ (バイト単位) 。
* `column_modification_time` ([Nullable(DateTime)](/ja/reference/data-types/index)) — カラムが最後に変更された時刻。
