bin_packing
PackingIterator
¶
Bases: Generic[T]
Source code in pyiceberg/utils/bin_packing.py
__iter__()
¶
__next__()
¶
Return the next item when iterating over the PackingIterator class.