pub fn expand_paths(
paths: &[PathBuf],
glob: bool,
cloud_options: Option<&CloudOptions>,
) -> PolarsResult<Arc<[PathBuf]>>
Expand description
Recursively traverses directories and expands globs if glob
is true
.
pub fn expand_paths(
paths: &[PathBuf],
glob: bool,
cloud_options: Option<&CloudOptions>,
) -> PolarsResult<Arc<[PathBuf]>>
Recursively traverses directories and expands globs if glob
is true
.