MCPcopy Create free account
hub / github.com/apache/paimon-rust / new_read_builder

Method new_read_builder

crates/paimon/src/table/mod.rs:154–156  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 ///

Calls

no outgoing calls