ID implements the Interpretable method to get the expression id associated with the step.
()
| 151 | |
| 152 | // ID implements the Interpretable method to get the expression id associated with the step. |
| 153 | func (oi *ObservableInterpretable) ID() int64 { |
| 154 | return oi.InterpretableV2.ID() |
| 155 | } |
| 156 | |
| 157 | // Exec implements the InterpretableV2 interface method. |
| 158 | func (oi *ObservableInterpretable) Exec(frame *ExecutionFrame) ref.Val { |