def with_filter()

in pypaimon/py4j/java_implementation.py [0:0]


    def with_filter(self, predicate: 'Predicate'):
        self._j_read_builder.withFilter(predicate.to_j_predicate())
        return self