pub fn profile_from_stats_with_hints(
name: &str,
stats: &StreamingStatistics,
skip_statistics: bool,
skip_patterns: bool,
locale: Option<&str>,
semantic_hints: &SemanticHints,
) -> ColumnProfileExpand description
Convert a single column into a ColumnProfile while applying semantic hints.