The read_parquet(...) SQL for a resolved source
Arguments
- src
result of
cc_release_sources()- paths
override the paths to read (e.g. local downloads); default
src$urls- prefer_single_file
when
TRUEandsrchas asingle_filetwin, read that one object instead of the partition list (for https-only readers that cannot expand a glob). Ignored whenpathsis given.