// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB
use ;
use xxh3_128;
/// Compute a request fingerprint from individual statement fingerprints.
///
/// The request fingerprint combines all statement fingerprints in order,
/// so the same set of statements always produces the same request fingerprint.