/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! [`MissingKeyPolicy`] — how filters treat missing keys for negative predicates.
use ;
/// Policy that controls how filters treat missing keys for negative predicates.
///
/// The policy only affects [`crate::Condition::NotEqual`] and [`crate::Condition::NotIn`].
/// Other predicates keep their existing semantics (`equal` requires presence,
/// `exists` / `not_exists` check presence directly, etc.).