// SPDX-License-Identifier: BUSL-1.1
//! Decode `ReplicatedWrite` variants that produce `PhysicalPlan::Columnar`.
use cratePhysicalPlan;
use ColumnarOp;
/// Reconstruct the columnar predicate-DML plan. The apply re-scans local
/// columnar state at this committed log position and mutates the predicate
/// matches — deterministic across replicas by Raft log order (identical
/// prior state ⇒ identical matching set).
pub