feat: add window execution to runtime

This commit is contained in:
a.tolmachev
2026-04-06 10:38:23 +03:00
parent 7e4f3d142e
commit 8204a59dac
10 changed files with 708 additions and 27 deletions
+4
View File
@@ -1,7 +1,11 @@
mod aggregation;
mod error;
mod executor;
mod model;
mod redaction;
mod streaming;
pub use error::RuntimeError;
pub use executor::RuntimeExecutor;
pub use model::{AdapterResponse, PreparedRequest, RuntimeOperation};
pub use streaming::WindowExecutionResult;