27.13. pga_file_column_statistics Metadata Table #
This metadata table contains statistics of analytical table columns in the context of Parquet files.
Column Name | Column Type | Constraint | Description |
|---|---|---|---|
|
| Primary key, foreign key | The ID of the Parquet file from the |
|
| Primary key, foreign key | The ID of the column from the |
|
|
| The column size, in bytes. |
|
|
| The number of column elements in the Parquet file. This is not the same as the number of Parquet file entries since there can be nested entries, such as structures and lists. |
|
|
| The number of |
|
| - | The minimum column value in the Parquet file. You can use it for estimating the upper bound of the minimum column value. |
|
| - | The maximum column value in the Parquet file. You can use it for estimating the lower bound of the maximum column value. |