We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77b79c commit 8341e13Copy full SHA for 8341e13
tree/ntuple/v7/inc/ROOT/RNTupleDescriptor.hxx
@@ -346,6 +346,16 @@ public:
346
void SetHasChecksum(bool hasChecksum) { fHasChecksum = hasChecksum; }
347
};
348
349
+ // clang-format off
350
+ /**
351
+ \class ROOT::RClusterDescriptor::RPageInfoExtended
352
+ \ingroup NTuple
353
+ \brief Additional information about a page in an in-memory RPageRange.
354
+
355
+ Used by RPageRange::Find() to return information relative to the RPageRange. This information is not stored on disk
356
+ and we don't need to keep it in memory because it can be easily recomputed.
357
+ */
358
+ // clang-format on
359
struct RPageInfoExtended : RPageInfo {
360
private:
361
/// Index (in cluster) of the first element in page.
0 commit comments