// SPDX-License-Identifier: BUSL-1.1
//! Metadata note attached to results when a bitemporal query pre-dates the
//! creation of the clone it targets.
//!
//! When `T_lsn < clone_created_at`, the clone did not exist at the queried
//! point in time. The result set is empty and this note is attached so
//! callers can distinguish "no rows" from "query pre-dates the clone".
use ;
use Lsn;
/// Attached to an empty result when an `AS OF` query targets a clone at a
/// time before the clone was created.