Function mz_persist_client::project::error_free
source · pub fn error_free(
part_stats: Option<PartStats>,
err_col_name: &str,
) -> Option<bool>
Expand description
Returns whether the part is provably free of SourceData(Err(_))
s.
Will return false if the part is known to contain errors or None if it’s unknown.