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