pub async fn glob(
url: &str,
cloud_options: Option<&CloudOptions>,
) -> PolarsResult<Vec<String>>
Available on crate feature
cloud
only.Expand description
List files with a prefix derived from the pattern.
pub async fn glob(
url: &str,
cloud_options: Option<&CloudOptions>,
) -> PolarsResult<Vec<String>>
cloud
only.List files with a prefix derived from the pattern.