| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Such as it is (the order is not guaranteed for column families). This fixes googleapis#82.
| * by: | ||
| * - The column family internal ID, which is not necessarily the | ||
| * lexicographical order of the column family names. Also, the ID of each | ||
| * column family may change on each row. |
There was a problem hiding this comment.
I'm not quite sure how to parse this. Is there a way to rephrase? Overall the description seems accurate, though.
Sorry, something went wrong.
Even though these are only comment changes I am not skipping the CI build because they affect Doxygen.
|
PTAL. |
Sorry, something went wrong.
| * filter apples to the cells within a row, if there are multiple column | ||
| * families and/or columns in a row the order is: | ||
| * - All the cells for a column family appear together, but there is no | ||
| * guarantee on the order of the column families. Furthermore, column |
There was a problem hiding this comment.
Removing the "internal ID" reference is an improvement. It is best to avoid referring to internal mechanics that the user can't see.
Sorry, something went wrong.
There was a problem hiding this comment.
Certainly.
Sorry, something went wrong.
| * of multiple filters via the `Interleave()` function. Furthermore, this | ||
| * filter apples to the cells within a row, if there are multiple column | ||
| * families and/or columns in a row the order is: | ||
| * - All the cells for a column family appear together, but there is no |
There was a problem hiding this comment.
Have you checked the rendering of this in Doxygen output? Doxygen supports Markdown, but most Markdown parsers I've seen require adding a blank line before a bulleted list; otherwise, it doesn't render properly.
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, see below.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, thanks for checking.
Sorry, something went wrong.
| * of multiple filters via the `Interleave()` function. Furthermore, this | ||
| * filter apples to the cells within a row, if there are multiple column | ||
| * families and/or columns in a row the order is: | ||
| * - All the cells for a column family appear together, but there is no |
There was a problem hiding this comment.
Same comment about rendering as above.
Sorry, something went wrong.
There was a problem hiding this comment.
I did, it works. Look at the attached file:
Sorry, something went wrong.
There was a problem hiding this comment.
Perfect, thanks!
Sorry, something went wrong.
|
PTAL. |
Sorry, something went wrong.
| * - All the cells for a column family appear together, but there is no | ||
| * guarantee on the order of the column families. Furthermore, column | ||
| * families may appear in different orders in different rows. | ||
| * - Within a column family the cells are ordered by column name, column names |
There was a problem hiding this comment.
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
| * families may appear in different orders in different rows. | ||
| * - Within a column family the cells are ordered by column name, column names | ||
| * are compared lexicographically. | ||
| * - With a column, the cells appear in descending order by timestamp. |
There was a problem hiding this comment.
s/With/Within/
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
| * families may appear in different orders in different rows. | ||
| * - Within a column family the cells are ordered by column name, column names | ||
| * are compared lexicographically. | ||
| * - With a column, the cells appear in descending order by timestamp. |
There was a problem hiding this comment.
s/With/Within/
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
| * TODO(#82) - check the documentation around ordering of columns. | ||
| * Note that cells might be repeated, such as when interleaving the results | ||
| * of multiple filters via the `Interleave()` function. Furthermore, this | ||
| * filter apples to the cells within a row, if there are multiple column |
There was a problem hiding this comment.
s/row, if/row; if/
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
| * Note that cells might be repeated, such as when interleaving the results | ||
| * of multiple filters via the `Interleave()` function. Furthermore, this | ||
| * filter apples to the cells within a row, if there are multiple column | ||
| * families and/or columns in a row the order is: |
There was a problem hiding this comment.
s/row the/row, the/
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
| * - All the cells for a column family appear together, but there is no | ||
| * guarantee on the order of the column families. Furthermore, column | ||
| * families may appear in different orders in different rows. | ||
| * - Within a column family the cells are ordered by column name, column names |
There was a problem hiding this comment.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
| * TODO(#82) - check the documentation around ordering of columns. | ||
| * Note that cells might be repeated, such as when interleaving the results | ||
| * of multiple filters via the `Interleave()` function. Furthermore, this | ||
| * filter apples to the cells within a row, if there are multiple column |
There was a problem hiding this comment.
s/row, if/row; if/
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed, this is identical to the previous comment, so I just copied it.
Sorry, something went wrong.
| * Note that cells might be repeated, such as when interleaving the results | ||
| * of multiple filters via the `Interleave()` function. Furthermore, this | ||
| * filter apples to the cells within a row, if there are multiple column | ||
| * families and/or columns in a row the order is: |
There was a problem hiding this comment.
s/row the/row, the/
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed.
Sorry, something went wrong.
|
PTAL. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Such as it is (the order is not guaranteed for column families).
This fixes #82.