Skip to content

Commit

Permalink
fix: add a few more A_Expr fields
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 6, 2024
1 parent af71884 commit 4f0e2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/typeMappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ export const expressionFields = new Set([
'A_Indirection.arg',
'AlterTableCmd.def',
'BoolExpr.args',
'CollateClause.arg',
'CreatePolicyStmt.qual',
'DeleteStmt.whereClause',
'FuncCall.args',
'FuncCall.agg_filter',
'GroupingSet.content',
'IndexStmt.whereClause',
'JoinExpr.quals',
Expand Down

0 comments on commit 4f0e2b2

Please sign in to comment.