pub fn collect(lazy: LazyFrame) -> Result<DataFrame, TesseraError>Expand description
Collect a lazy frame, translating presign-expiry failures into a clear error.
Non-expiry Polars failures surface as TesseraError::Network.
ยงErrors
Returns TesseraError::PresignExpired when the failure looks like a
rejected presigned URL; other failures map to TesseraError::Network.