Skip to content

Commit 2ae6678

Browse files
committed
[ntuple][NFC] Clarify deferred column documentation
1 parent 1e0b7f9 commit 2ae6678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree/ntuple/v7/src/RNTupleDescriptor.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,10 @@ ROOT::Experimental::Internal::RClusterDescriptorBuilder::AddExtendedColumnRanges
610610

611611
pageRange.fPhysicalColumnId = physicalId;
612612
}
613-
// Fixup the RColumnRange and RPageRange in deferred columns. We know what the first element index and
613+
// Fixup the RColumnRange and RPageRange in deferred columns. We know what the first element index and
614614
// number of elements should have been if the column was not deferred; fix those and let
615615
// `ExtendToFitColumnRange()` synthesize RPageInfos accordingly.
616-
// Note that a column whose first element index is != 0 already met the criteria of
616+
// Note that a deferred column (i.e, whose first element index is > 0) already met the criteria of
617617
// `RFieldBase::EntryToColumnElementIndex()`, i.e. it is a principal column reachable from the field zero
618618
// excluding subfields of collection and variant fields.
619619
if (c.IsDeferredColumn()) {

0 commit comments

Comments
 (0)