optional file_index:int
column when using source:list[str] | list[Path]
with scan_*
#13455
Labels
enhancement
New feature or an improvement of an existing feature
Description
Filtering rows based on file origin is easy when explicitly iterating through paths
Suppose we have 100k files. Does this scale well? Would the following be more efficient if the
file_index
column was implemented?where
file_index
is a column of integers that does what it says on the tin. I would expect all other logic such asis_in
to work well too.The text was updated successfully, but these errors were encountered: