GetType gets the evaluation type of the expression.
()
| 73 | SetType(tp *types.FieldType) |
| 74 | // GetType gets the evaluation type of the expression. |
| 75 | GetType() *types.FieldType |
| 76 | // SetFlag sets flag to the expression. |
| 77 | // Flag indicates whether the expression contains |
| 78 | // parameter marker, reference, aggregate function... |
no outgoing calls