pub fn object_path_from_str(path: &str) -> Result<Path, PolarsError>
Available on crate feature
polars-io
only.Expand description
Construct an object_store Path
from a string without any encoding/decoding.
pub fn object_path_from_str(path: &str) -> Result<Path, PolarsError>
polars-io
only.Construct an object_store Path
from a string without any encoding/decoding.