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