You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the 'lists' extension for the C++ runtime.
This implements the following functions of the lists extension:
- lists.range()
- .distinct()
- .flatten()
- .reverse()
- .sort()
- .@sortByAssociatedKeys() [only used to implement sortBy()]
as well as the .sortBy() macro.
These functions are all documented in the Go reference implementation:
https://github.com/google/cel-go/blob/master/ext/README.md#lists
PiperOrigin-RevId: 713373486
0 commit comments