NewSelect creates an Expr representing a field selection on an operand expression.
(id int64, operand Expr, field string)
| 66 | |
| 67 | // NewSelect creates an Expr representing a field selection on an operand expression. |
| 68 | NewSelect(id int64, operand Expr, field string) Expr |
| 69 | |
| 70 | // NewStruct creates an Expr value representing a struct literal with a given type name and a |
| 71 | // set of field initializers. |
no outgoing calls