iridium_core 0.1.0

SQL Server-compatible Rust engine core for Iridium SQL
Documentation
1
2
3
4
5
mod executor;
mod strategy;

pub(crate) use executor::execute_scan;
pub(crate) use strategy::choose_scan_strategy;