docs
docs copied to clipboard
Style - Replace row with document
We use the terms row and document in the docs.
Let's just use document.
I usually use them to mean different things -- a document is any JSON document, a row is a JSON document stored in a table.
(Which sort of highlights the problems with the name r.row.)