pub async fn glob(
url: PlPathRef<'_>,
cloud_options: Option<&CloudOptions>,
) -> Result<Vec<String>, PolarsError>Available on crate feature
polars-io only.Expand description
List files with a prefix derived from the pattern.