Skip to main content

is_false_alias

Function is_false_alias 

Source
pub fn is_false_alias(children: &[Segment]) -> bool
Expand description

Check if the “alias name” in an AliasExpression is actually a misidentified SQL keyword (e.g. OVER in window functions). Returns true if the alias looks like a false positive.