Converts all column values in a row to their appropriate JavaScript types based on the table schema's js_type metadata.
The row data with potentially untyped values (e.g., strings from JSON)
The table schema with column type metadata
A new row with properly typed values
Converts all column values in a row to their appropriate JavaScript types based on the table schema's js_type metadata.