pub fn profiles_from_streaming_with_hints(
column_stats: &StreamingColumnCollection,
skip_statistics: bool,
skip_patterns: bool,
locale: Option<&str>,
semantic_hints: &SemanticHints,
) -> Vec<ColumnProfile>Expand description
Convert all columns into ColumnProfiles while applying semantic hints.