pub fn auto_run_on_introspection<'a, 's, 'p>(
    catalog: &'a ConnCatalog<'a>,
    session: &'s Session,
    plan: &'p Plan
) -> TargetCluster
Expand description

Checks whether or not we should automatically run a query on the mz_introspection cluster, as opposed to whatever the current default cluster is.