// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 ReifyDB
//! Expression-level rewrites over the lowered physical plan. New passes go through `walk_expressions_mut` so they
//! compose into one traversal instead of walking the plan once per pass.
use cratePhysicalPlan;