pub fn translate_datafusion_error_with_context(
msg: &str,
available_columns: Option<&[&str]>,
) -> TranslatedErrorExpand description
Like translate_datafusion_error but accepts an optional list of
available column names for typo suggestions.