Represents a row as it's returned by the database by default.
Ensures that all DataAPIVector fields are just returned as DataAPIVector, and not DataAPIVector | string in case vectorize is enabled on any of the vector columns.
DataAPIVector
DataAPIVector | string
Represents a row as it's returned by the database by default.
Ensures that all
DataAPIVector
fields are just returned asDataAPIVector
, and notDataAPIVector | string
in case vectorize is enabled on any of the vector columns.