ResolvedType implements the TypedExpr interface.
()
| 1294 | |
| 1295 | // ResolvedType implements the TypedExpr interface. |
| 1296 | func (d *DCollatedString) ResolvedType() *types.T { |
| 1297 | return types.MakeCollatedString(types.String, d.Locale) |
| 1298 | } |
| 1299 | |
| 1300 | // Compare implements the Datum interface. |
| 1301 | func (d *DCollatedString) Compare(ctx *EvalContext, other Datum) int { |
nothing calls this directly
no test coverage detected