+
+ "File size"
+ {format!("{:.2} MB", info.file_size as f64 / 1_048_576.0)}
+
+
+ "Row groups"
+ {info.row_group_count}
+
+
+ "Total rows"
+ {info.row_count}
+
+
+ "Columns"
+ {info.columns}
+
+
+
+ {if info.has_row_group_stats {"✓"} else {"✗"}} " Row Group Statistics"
+
+
+ {if info.has_column_index {"✓"} else {"✗"}} " Column Index"
+
+
+ {if info.has_page_index {"✓"} else {"✗"}} " Page Index"
+
+
+ {if info.has_bloom_filter {"✓"} else {"✗"}} " Bloom Filter"
+
+