pub fn lateral_alias_from_factor(factor: &TableFactor) -> Option<String>Expand description
Extract a LATERAL alias from a TableFactor::Derived.
pub fn lateral_alias_from_factor(factor: &TableFactor) -> Option<String>Extract a LATERAL alias from a TableFactor::Derived.