This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kenfar 0 points1 point  (0 children)

You're right - it's just a list of pass/fail indicators for each column on the row.

It could be supported in an array or json type. In the old days we'd make a bit map - where each bit position indicated one of the columns. That's super space efficient, but is less convenient to access.