Skip to main content

Crate dataprof_runtime

Crate dataprof_runtime 

Source

Re-exports§

pub use hint_binding::ValueHintBindingAccumulator;
pub use memory_config::MemoryConfig;
pub use profile_builder::ColumnProfileInput;
pub use profile_builder::ExactNumericAggregates;
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 profile_report::REPORT_SCHEMA_VERSION;
pub use report_assembler::ReportAssembler;
pub use streaming_stats::RowUniquenessTracker;
pub use streaming_stats::StreamReservoirSampler;
pub use streaming_stats::StreamingColumnCollection;
pub use streaming_stats::StreamingStatistics;
pub use streaming_stats::TextLengthStats;
pub use streaming_stats::WelfordAccumulator;

Modules§

hint_binding
Exact, bounded-memory semantic-hint binding counts for streaming engines.
memory_config
profile_builder
Shared conversion from StreamingColumnCollection / StreamingStatistics into ColumnProfile and quality-check sample maps.
profile_report
report_assembler
Centralized report assembly for all profiling engines.
streaming_stats