Skip to main content

akar_processor/
physical_operator.rs

1//! Physical operator types — re-exported from modular `physical` submodules.
2//!
3//! All operator types now live in `crate::physical`.
4
5pub use crate::physical::*;