fn show_metric_sinks<'a>(
scx: &'a StatementContext<'a>,
from: Option<ResolvedSchemaName>,
in_cluster: Option<ResolvedClusterName>,
filter: Option<ShowStatementFilter<Aug>>,
) -> Result<ShowSelect<'a>, PlanError>Expand description
SHOW METRIC SINKS reports the FROM relation rather than a connection or format, since a
metric sink publishes into the replica’s registry and has neither.