Skip to content

Commit

Permalink
Query: Adds a new QueryFeature flag for MakeList and MakeSet (#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
neildsh committed Jul 1, 2024
1 parent 2f932da commit 0ae1823
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ enum QueryFeatures : ulong
Top = 1 << 8,
NonValueAggregate = 1 << 9,
DCount = 1 << 10,
NonStreamingOrderBy = 1 << 11,
NonStreamingOrderBy = 1 << 11,
ListAndSetAggregate = 1 << 12,
}
}

0 comments on commit 0ae1823

Please sign in to comment.