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

Method file_io

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

Get the FileIO instance for this table.

(&self)

Source from the content-addressed store, hash-verified

135
136 /// Get the FileIO instance for this table.
137 pub fn file_io(&self) -> &FileIO {
138 &self.file_io
139 }
140
141 /// Get the SchemaManager for this table.
142 pub fn schema_manager(&self) -> &SchemaManager {

Callers 15

managersFunction · 0.45
proc_rollback_toFunction · 0.45
collect_index_entriesFunction · 0.45
scanMethod · 0.45
scanMethod · 0.45
collect_manifestsFunction · 0.45
scanMethod · 0.45
scanMethod · 0.45
collect_branchesFunction · 0.45

Calls

no outgoing calls