in pypaimon/py4j/java_implementation.py [0:0]
def with_limit(self, limit: int) -> 'ReadBuilder': self._j_read_builder.withLimit(limit) return self