pub type BytesPerSource = Option<Arc<[u64]>>;Available on crate feature
polars-io only.Expand description
Byte size per expanded path, as returned by expand_paths_hive.
One slot per path, in expanded-path order; Some only when every path
has a known size.
Aliased Type§
pub enum BytesPerSource {
None,
Some(Arc<[u64]>),
}