rowrecord
Rowrecord is a term used to describe a data unit that represents a single row in a tabular dataset or database table. In practice, a rowrecord encapsulates the values for all columns in that row, typically as a mapping from column identifiers to values. Depending on the context, it may be referred to as a row, a record, or a row-wise data item.
Structure and representation often vary by language and framework. A rowrecord can be implemented as a dictionary
Usage and contexts include relational databases, CSV or TSV parsers, data processing frameworks, APIs that emit
Schema and typing considerations vary: some environments enforce a fixed schema for rowrecords, enabling stronger type