glaredb_core 25.6.2

Core functionality for GlareDB
Documentation
1
2
3
4
5
6
7
8
//! Implementation of the "query graph" design.
pub mod operators;
pub mod planner;

pub mod partition_pipeline;
pub mod pipeline;

mod execution_stack;