// SPDX-License-Identifier: BUSL-1.1
//! Shared utility for injecting row identity fields into trigger payloads.
use HashMap;
use Value;
/// Inject `id` and `document_id` fields into a trigger row's field map.
///
/// If the row already contains these fields, the existing values are preserved.
/// No-op when `row_id` is empty.
pub