Create a read builder for scan/read. Reference: [pypaimon FileStoreTable.new_read_builder](https://github.com/apache/paimon/blob/release-1.3/paimon-python/pypaimon/table/file_store_table.py).
(&self)
| 152 | /// |
| 153 | /// Reference: [pypaimon FileStoreTable.new_read_builder](https://github.com/apache/paimon/blob/release-1.3/paimon-python/pypaimon/table/file_store_table.py). |
| 154 | pub fn new_read_builder(&self) -> ReadBuilder<'_> { |
| 155 | ReadBuilder::new(self) |
| 156 | } |
| 157 | |
| 158 | /// Create a full-text search builder. |
| 159 | /// |
no outgoing calls