[MCOL-5428] The conversion from strings to values and vice versa should use NullString Created: 2023-02-20 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Major |
| Reporter: | Sergey Zefirov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is an example from mcs_datatypes.h:
Note that there are toString and toNullString but their essence is the same. Ideally, we should convert the NULL values too and having NullString as a result (or input) is the right way to do that. |