reifydb-engine 0.4.9

Query execution and processing engine for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

//! Flow compilation module - compiles RQL plans into Flows
//!
//! This module contains the flow compiler that was moved from reifydb-rql to avoid
//! lifetime issues with async recursion and generic MultiVersionCommandTransaction types.

pub mod compiler;