Skip to main content

translate_datafusion_error_with_context

Function translate_datafusion_error_with_context 

Source
pub fn translate_datafusion_error_with_context(
    msg: &str,
    available_columns: Option<&[&str]>,
) -> TranslatedError
Expand description

Like translate_datafusion_error but accepts an optional list of available column names for typo suggestions.