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