Skip to main content

build_lazyframe

Function build_lazyframe 

Source
pub fn build_lazyframe(
    parts: &[ResolvedPartition],
    columns: Option<&[&str]>,
) -> Result<LazyFrame, TesseraError>
Expand description

Build a (possibly concatenated) LazyFrame over the resolved partitions.

For multi-partition reads, a coin and month column identifying the source partition are appended so rows stay attributable after concatenation.

ยงErrors

Returns TesseraError::Network when a Parquet path fails to register.