ResolvedType provides the type of the TypedExpr, which is the type of Datum that the TypedExpr will return when evaluated.
()
| 52 | // ResolvedType provides the type of the TypedExpr, which is the type of Datum |
| 53 | // that the TypedExpr will return when evaluated. |
| 54 | ResolvedType() *types.T |
| 55 | |
| 56 | // Eval evaluates an SQL expression. Expression evaluation is a |
| 57 | // mostly straightforward walk over the parse tree. The only |
no outgoing calls
no test coverage detected