SQLRite data types
Mapped after SQLite Data Type Storage Classes and SQLite Affinity Type
(Datatypes In SQLite Version 3)[https://www.sqlite.org/datatype3.html]
Runtime value produced by query execution. Separate from the on-disk Row enum
so the executor can carry typed values (including NULL) across operators.