motedb 0.1.3

AI-native embedded multimodal database for embodied intelligence (robots, AR glasses, industrial arms).
Documentation
1
2
3
4
5
6
7
//! Query execution layer

mod planner;
mod executor;

pub use planner::{QueryPlanner, ExecutionPlan};
pub use executor::{ExecutionEngine, ResultIterator};