📄️ CLUSTERING_INFORMATION
Returns clustering information of a table.
📄️ FUSE_BLOCK
Returns the block information of the latest or specified snapshot of a table. For more information about what is block in Databend, see What are Snapshot, Segment, and Block?.
📄️ FUSE_COLUMN
Returns the column information of the latest or specified snapshot of a table. For more information about what is block in Databend, see What are Snapshot, Segment, and Block?.
📄️ FUSE_ENCODING
Returns the encoding types applied to a specific column within a table. It helps you understand how data is compressed and stored in a native format within the table.
📄️ FUSE_SEGMENT
Returns the segment information of a specified table snapshot. For more information about what is segment in Databend, see What are Snapshot, Segment, and Block?.
📄️ FUSE_SNAPSHOT
Returns the snapshot information of a table. For more information about what is snapshot in Databend, see What are Snapshot, Segment, and Block?.
📄️ FUSE_STATISTIC
Returns the estimated number of distinct values of each column in a table.