882
882
start_of_leaves = self._row_offsets[-2]
883
883
end_of_leaves = self._row_offsets[-1]
885
891
# We iterate strictly in-order so that we can use this function
886
892
# for spilling index builds to disk.
889
895
for key, (value, refs) in sorted(node.keys.items()):
890
896
yield (self, key, value, refs)
893
899
for key, (value, refs) in sorted(node.keys.items()):