Skip to content

Commit

Permalink
Update DelegationParameterFeatures (#2802)
Browse files Browse the repository at this point in the history
Rename Apply to ApplyJoin to be more specific
  • Loading branch information
LucGenetier authored Jan 3, 2025
1 parent 96d55b0 commit 70486a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public enum DelegationParameterFeatures
// $orderBy
Sort = 1 << 3,

// $apply
Apply = 1 << 4,
// $apply = join(table As name)
ApplyJoin = 1 << 4,

// $apply = groupby((field1, ..), field with sum as TotalSum)
ApplyGroupBy = 1 << 5,
Expand Down

0 comments on commit 70486a4

Please sign in to comment.