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