pub fn profiles_from_streaming(
column_stats: &StreamingColumnCollection,
skip_statistics: bool,
skip_patterns: bool,
locale: Option<&str>,
) -> Vec<ColumnProfile>Expand description
Convert all columns in a StreamingColumnCollection into ColumnProfiles.