ResolvedType implements the TypedExpr interface.
()
| 1404 | |
| 1405 | // ResolvedType implements the TypedExpr interface. |
| 1406 | func (d *DCollatedString) ResolvedType() *types.T { |
| 1407 | return types.MakeCollatedString(types.String, d.Locale) |
| 1408 | } |
| 1409 | |
| 1410 | // Compare implements the Datum interface. |
| 1411 | func (d *DCollatedString) Compare( |
nothing calls this directly
no test coverage detected