to_table_file_inputs
def to_table_file_inputs(files: list[list[TableFileSpec]]) -> list[list[TableFileInput]]
Categories: spi
Wrap per-slot parquet paths as TableFileInput\ s with no
metadata -- the shape SrcPlugin.read_in returns.
A reader that produces bare TableFileSpec paths funnels them
through this helper; one that has per-file metadata constructs
TableFileInput directly instead. Imported from tabsdatak.spi.
Parameters
parameter
fileslist[list[TableFileSpec]] (list[list[Path]])