pub(crate) fn trigger_index_background_download(
file_cache: Option<&Arc<FileCache>>,
file_id: &RegionIndexId,
file_size_hint: Option<u64>,
path_factory: &RegionFilePathFactory,
object_store: &ObjectStore,
)Expand description
Triggers background download of an index file to the local cache.