pub(crate) fn viewable_variables<'a>(
catalog: &'a CatalogState,
session: &'a dyn SessionMetadata,
) -> impl Iterator<Item = &'a dyn Var>
Expand description
Returns the viewable session and system variables.
pub(crate) fn viewable_variables<'a>(
catalog: &'a CatalogState,
session: &'a dyn SessionMetadata,
) -> impl Iterator<Item = &'a dyn Var>
Returns the viewable session and system variables.