Interface EvalState.ResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
EvalState.Result, EvalState.Result.Builder
Enclosing class:
EvalState

public static interface EvalState.ResultOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The id of the expression this result if for.
    long
    The index in `values` of the resulting value.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getExpr

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

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