fn contains_storage_objects(
    scx: &StatementContext<'_>,
    cluster: &dyn CatalogCluster<'_>
) -> bool
Expand description

Returns true if the cluster has any storage object. Return false if the cluster has no objects.