pub const HIVE_VALUE_ENCODE_CHARSET: &'static AsciiSet;Available on crate feature
polars-io only.Expand description
Characters to percent-encode for hive values such that they round-trip from bucket storage.
This is much more relaxed than the RFC-3986 URI spec as bucket storage is more permissive of allowed characters.