Skip to main content

unnest_from_to_cross_join

Function unnest_from_to_cross_join 

Source
pub fn unnest_from_to_cross_join(expr: Expression) -> Result<Expression>
Expand description

Move UNNEST items from FROM clause to CROSS JOINs without changing alias format. Used for BigQuery -> BigQuery/Redshift where we want CROSS JOIN but not _t0(col) aliases.