ResolvedType provides the type of the TypedExpr, which is the type of Datum that the TypedExpr will return when evaluated.
()
| 64 | // ResolvedType provides the type of the TypedExpr, which is the type of Datum |
| 65 | // that the TypedExpr will return when evaluated. |
| 66 | ResolvedType() *types.T |
| 67 | } |
| 68 | |
| 69 | // VariableExpr is an Expr that may change per row. It is used to |
no outgoing calls
no test coverage detected