Skip to main content

Module info

Module info 

Source
Expand description

Info panel: tabbed Schema and Resources view for dataset technical info.

Structs§

DataTableInfo
InfoContext
Context for the info panel: path, format, optional Parquet metadata.
InfoModal
Modal state for the Info panel: focus, tab, schema table selection/scroll.

Enums§

InfoFocus
InfoTab

Functions§

format_bytes
Human-readable byte size (e.g. “1.2 MiB”, “456 KiB”).
read_parquet_metadata
Read Parquet metadata from path. Returns None on error.

Type Aliases§

ParquetMetadataCache
Type alias for cached Parquet metadata (used by App).