SourceID returns the source metadata identifier associated with the variable.
()
| 97 | |
| 98 | // SourceID returns the source metadata identifier associated with the variable. |
| 99 | func (v *CompiledVariable) SourceID() int64 { |
| 100 | return v.exprID |
| 101 | } |
| 102 | |
| 103 | // Name returns the variable name. |
| 104 | func (v *CompiledVariable) Name() string { |