ResolvedType implements the TypedExpr interface.
()
| 621 | |
| 622 | // ResolvedType implements the TypedExpr interface. |
| 623 | func (d *DCollatedString) ResolvedType() *types.T { |
| 624 | return types.MakeCollatedString(types.String, d.Locale) |
| 625 | } |
| 626 | |
| 627 | // Size implements the Datum interface. |
| 628 | func (d *DCollatedString) Size() uintptr { |
nothing calls this directly
no test coverage detected