fn contains_single_replica_objects(
scx: &StatementContext<'_>,
cluster: &dyn CatalogCluster<'_>,
) -> bool
Expand description
Returns true
if the cluster has any object that requires a single replica.
Returns false
if the cluster has no objects.