# Functions
GetFields retrieves a list of field names (keys) from the provided Row, in their original order.
MRP creates a new MapRowPair with the given key and value.
NewRow creates a new Row instance with the given initial data pairs.
NewRowFromMap creates a new Row instance populated with the contents of the provided map.
NewRowFromMapWithColumns creates a new Row instance with values from the provided map, but only for the columns specified.
NewRowFromRow creates a new Row instance with a deep copy of the contents from the provided row.
NewRowFromStruct creates a new Row instance populated with the field values from the provided struct.
No description provided by the author
RowToMap converts a Row to a standard Go map with string keys.
SetFromStruct populates the provided row with values from the given struct.
# Interfaces
No description provided by the author