src/ab/plugins/db/odps_helper.py [269:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        with table.open_reader() as reader:
            count = reader.count
            if limit:
                count = min(count, limit)
            i = 0
            while i < count:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/ab/plugins/db/odps_helper.py [286:291]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        with table.open_reader() as reader:
            count = reader.count
            if limit:
                count = min(count, limit)
            i = 0
            while i < count:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



