pub(crate) fn viewable_variables<'a>(
    catalog: &'a CatalogState,
    session: &'a Session
) -> impl Iterator<Item = &'a dyn Var>
Expand description

Returns the viewable session and system variables.