fix: filter on unselected columns in a table-valued function

This commit is contained in:
Taimoor Zaeem
2025-04-27 14:20:13 -05:00
committed by Steve Chavez
parent cd5a611a1a
commit f53147674e
5 changed files with 57 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@ data CallPlan = FunctionCall
, funCScalar :: Bool
, funCSetOfScalar :: Bool
, funCRetCompositeAlias :: Bool
, funCFilterFields :: Set FieldName
, funCReturning :: Set FieldName
}