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

Method schema_manager

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

Get the SchemaManager for this table.

(&self)

Source from the content-addressed store, hash-verified

140
141 /// Get the SchemaManager for this table.
142 pub fn schema_manager(&self) -> &SchemaManager {
143 &self.schema_manager
144 }
145
146 /// Get the REST environment, if this table was loaded from a REST catalog.
147 pub fn rest_env(&self) -> Option<&RESTEnv> {

Callers 7

schema_for_idFunction · 0.80
scanMethod · 0.80
read_kvMethod · 0.80
read_with_evolutionMethod · 0.80
new_data_file_readerMethod · 0.80
resolve_stats_schemaFunction · 0.80

Calls

no outgoing calls

Tested by 1