Skip to main content

reifydb_engine/flow/compiler/primitive/
mod.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright (c) 2025 ReifyDB
3
4//! Source-specific compilation implementations
5
6pub mod inline_data;
7pub mod ringbuffer_scan;
8pub mod series_scan;
9pub mod table_scan;
10pub mod view_scan;