Package dev.cel.expr

Interface EvalState.ResultOrBuilder

    • Method Detail

      • getExpr

        long getExpr()
         The id of the expression this result if for.
         
        int64 expr = 1;
        Returns:
        The expr.
      • getValue

        long getValue()
         The index in `values` of the resulting value.
         
        int64 value = 2;
        Returns:
        The value.