google / cel-java

Fast, portable, non-Turing complete expression evaluation with gradual typing (Java)
https://cel.dev
Apache License 2.0
162 stars 21 forks source link

Add expr ID set as a field to CelUnknownSet. #471

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Add expr ID set as a field to CelUnknownSet.

This serves as a native-type representation for unknown values, intended to replace ExprValue from eval.proto.