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
pub fn is_system_variables(variable_names: &[String]) -> bool
Returns true if the specified string is a “system” variable such as
@@version
See SessionContext::register_variable
for more details