From 4f0e2b2bcecbe4ace425beb0e106664feff61000 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:38:48 -0500 Subject: [PATCH] fix: add a few more A_Expr fields --- scripts/typeMappings.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/typeMappings.ts b/scripts/typeMappings.ts index 2cda9d5..10a1515 100644 --- a/scripts/typeMappings.ts +++ b/scripts/typeMappings.ts @@ -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',