pub fn profile_from_stats(
name: &str,
stats: &StreamingStatistics,
skip_statistics: bool,
skip_patterns: bool,
locale: Option<&str>,
) -> ColumnProfileExpand description
Convert a single column’s StreamingStatistics into a ColumnProfile.