colstore.schema

colstore.schema(path)[source]

Return the column schema of path without reading any record bodies.

Each entry is a dict with at least "name" and "dtype" keys (and may carry "encoding" / "nullable" from the on-disk manifest). Use info() for the broader summary including row count and record count.

Parameters:

path (str | PathLike[str])

Return type:

list[dict[str, Any]]