Skip to content

[skip-ci][ntuple][doc] RNTuple Binary Spec: fix typos in Page Locations section #18500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tree/ntuple/doc/BinaryFormatSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ Every item of the top-most list frame consists of an outer list frame where ever
Every item of the outer list frame is an inner list frame
whose items correspond to the pages of the column in the cluster.
The inner list is followed by a 64bit signed integer element offset and,
unless the column is suppressed, the 32bit compression settings
unless the column is suppressed, the 32bit compression settings.
See next Section on "Suppressed Columns" for additional details.
Note that the size of the inner list frame includes the element offset and compression settings.
The order of the outer items must match the order of columns in the header and the extension header (small to large).
Expand Down Expand Up @@ -756,7 +756,7 @@ without inspecting the metadata of all the previous clusters.

The hierarchical structure of the frames in the page list envelope is as follows:

# this is `List frame of cluster group record frames` mentioned above
# this is `Nested list frame of page locations` mentioned above
- Top-most cluster list frame (one item for each cluster in this RNTuple)
|
|---- Cluster 1 column list frame (outer list frame, one item for each column in this RNTuple)
Expand Down
Loading