Skip to main content

BytesPerSource

Type Alias BytesPerSource 

Source
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]>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Arc<[u64]>)

Some value of type T.