// SPDX-License-Identifier: BUSL-1.1
//! Change-stream enumeration for `PurgeCollection` cascade.
//!
//! Every change stream targets a specific collection via its
//! `collection` field. Wildcard / all-collections streams (if any)
//! are not enumerated here — they're expressed as a sentinel name
//! (empty string or `*`) and must survive a single-collection
//! cascade.
use crateSystemCatalog;
/// Enumerate change streams targeting `(tenant_id, collection)`.
/// Returns stream names only, sorted.