Skip to main content

is_column_ambiguous

Function is_column_ambiguous 

Source
pub fn is_column_ambiguous(
    scope: &Scope,
    schema: &dyn Schema,
    column_name: &str,
) -> bool
Expand description

Check if a column is ambiguous in the given scope.