pub fn strip_unnest_column_refs(expr: Expression) -> Result<Expression>Expand description
Strip UNNEST wrapping from column reference arguments for Redshift target. BigQuery UNNEST(column_ref) -> Redshift: just column_ref
pub fn strip_unnest_column_refs(expr: Expression) -> Result<Expression>Strip UNNEST wrapping from column reference arguments for Redshift target. BigQuery UNNEST(column_ref) -> Redshift: just column_ref