Closed echatav closed 2 years ago
Alternatively, a single function genericProductRow
could be added. This would mirror current encoders.
genericRow
/ genericRowParams
would match records (position and field) as decoder / encoder
genericProductRow
/ genericParams
would match products (position) including records & tuples as decoder / encoder
There should be row decoders for common cases of tuples. How far up should it go? Maybe only up to
quadrupleRow
?Should there be a
singleRow
?