SourceID returns the source metadata identifier associated with the variable.
()
| 111 | |
| 112 | // SourceID returns the source metadata identifier associated with the variable. |
| 113 | func (v *CompiledVariable) SourceID() int64 { |
| 114 | return v.exprID |
| 115 | } |
| 116 | |
| 117 | // Name returns the variable name. |
| 118 | func (v *CompiledVariable) Name() string { |