pub fn show_clusters<'a>(
    scx: &'a StatementContext<'a>,
    filter: Option<ShowStatementFilter<Aug>>
) -> Result<ShowSelect<'a>, PlanError>