1// SPDX-License-Identifier: AGPL-3.0-or-later 2// Copyright (c) 2025 ReifyDB 3 4//! Source-specific compilation implementations 5 6pub mod flow_scan; 7pub mod inline_data; 8pub mod table_scan; 9pub mod view_scan;