Function is_system_variables

Source
pub fn is_system_variables(variable_names: &[String]) -> bool
Expand description

Returns true if the specified string is a “system” variable such as @@version

See SessionContext::register_variable for more details