Re-exports§
pub use memory_config::MemoryConfig;pub use profile_builder::ColumnProfileInput;pub use profile_builder::TextLengths;pub use profile_builder::build_column_profile;pub use profile_builder::infer_data_type_streaming;pub use profile_builder::profile_from_stats;pub use profile_builder::profile_from_stats_with_hints;pub use profile_builder::profiles_from_streaming;pub use profile_builder::profiles_from_streaming_with_hints;pub use profile_builder::quality_check_samples;pub use profile_report::ProfileReport;pub use report_assembler::ReportAssembler;pub use streaming_stats::StreamingColumnCollection;pub use streaming_stats::StreamingStatistics;pub use streaming_stats::TextLengthStats;pub use streaming_stats::WelfordAccumulator;
Modules§
- memory_
config - profile_
builder - Shared conversion from
StreamingColumnCollection/StreamingStatisticsintoColumnProfileand quality-check sample maps. - profile_
report - report_
assembler - Centralized report assembly for all profiling engines.
- streaming_
stats