File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ()) {
You can’t perform that action at this time.
0 commit comments