Skip to main content

profile_from_stats_with_hints

Function profile_from_stats_with_hints 

Source
pub fn profile_from_stats_with_hints(
    name: &str,
    stats: &StreamingStatistics,
    skip_statistics: bool,
    skip_patterns: bool,
    locale: Option<&str>,
    semantic_hints: &SemanticHints,
) -> ColumnProfile
Expand description

Convert a single column into a ColumnProfile while applying semantic hints.