Operand returns the selection operand expression.
()
| 198 | type SelectExpr interface { |
| 199 | // Operand returns the selection operand expression. |
| 200 | Operand() Expr |
| 201 | |
| 202 | // FieldName returns the field name being selected from the operand. |
| 203 | FieldName() string |
no outgoing calls