Skip to main content

Crate xore_process

Crate xore_process 

Source
Expand description

XORE Data Processor - 数据处理引擎

这个crate提供基于Polars的高性能数据处理和SQL查询功能。

Re-exports§

pub use export::CompressionType;
pub use export::DataExporter;
pub use export::ExportConfig;
pub use export::ExportFormat;
pub use parser::DataParser;
pub use parser::ParserConfig;
pub use profiler::ColumnStats;
pub use profiler::DataProfiler;
pub use profiler::MissingStats;
pub use profiler::OutlierInfo;
pub use profiler::QualityReport;
pub use profiler::Severity;
pub use profiler::Suggestion;
pub use profiler::SuggestionType;
pub use simd::max_f64_simd;
pub use simd::mean_f64_simd;
pub use simd::min_f64_simd;
pub use simd::std_dev_f64_simd;
pub use simd::sum_f64_simd;
pub use simd::variance_f64_simd;
pub use sql::SqlEngine;

Modules§

export
数据导出模块
parser
数据解析器 - 基于 Polars 的高性能数据加载
profiler
数据质量分析器
simd
SIMD 优化模块 - 高性能数值计算
sql
SQL 查询引擎

Structs§

DataFrame
A contiguous growable collection of Series that have the same length.
LazyFrame
Lazy abstraction over an eager DataFrame.

Enums§

AnyValue