Closed TristonianJones closed 3 weeks ago
Introduces runtimes support for cel.@block
cel.@block
CEL block is used by static optimizers to group subexpressions together such that the following is true:
@index<ordinal>
@index<N>
@index<N-1>
Depends on https://github.com/google/cel-spec/pull/402 before submission
Introduces runtimes support for
cel.@block
CEL block is used by static optimizers to group subexpressions together such that the following is true:
@index<ordinal>
@index<N>
may only depend on variables represented in@index<N-1>
Depends on https://github.com/google/cel-spec/pull/402 before submission