// SPDX-License-Identifier: BUSL-1.1
//! Shared target-identity helpers for statement drivers that write into a
//! target document collection on behalf of another operation (`MERGE`,
//! `INSERT ... SELECT`, `UPDATE ... FROM`): primary-key classification,
//! surrogate assignment, `document_id` derivation, and the collection-name
//! de-qualifier. Factored here so these drivers cannot diverge on identity
//! derivation.
pub
pub
pub
pub
pub use ;
pub use bare_collection_name;
pub use ;
pub use assign_target_surrogate;