Class CelUtils.CompiledRule
java.lang.Object
io.confluent.kafka.schemaregistry.rules.cel.CelUtils.CompiledRule
- Enclosing class:
- CelUtils
Compiled rule output: the runnable
CelRuntime.Program plus the
compile-time result-type CelKind. Callers that need to validate
the result type (e.g., a validator that requires bool/string) get both
from one compile pass.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal dev.cel.runtime.CelRuntime.Programfinal dev.cel.common.types.CelKind -
Method Summary
-
Field Details
-
program
public final dev.cel.runtime.CelRuntime.Program program -
resultKind
public final dev.cel.common.types.CelKind resultKind
-