pub async fn glob(
url: &str,
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.
pub async fn glob(
url: &str,
cloud_options: Option<&CloudOptions>,
) -> Result<Vec<String>, PolarsError>
polars-io
only.List files with a prefix derived from the pattern.