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

Method schema

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

Get the table's schema.

(&self)

Source from the content-addressed store, hash-verified

130
131 /// Get the table's schema.
132 pub fn schema(&self) -> &TableSchema {
133 &self.schema
134 }
135
136 /// Get the FileIO instance for this table.
137 pub fn file_io(&self) -> &FileIO {

Callers 15

register_batchMethod · 0.45
build_leaf_predicateFunction · 0.45
newMethod · 0.45
prepare_commitMethod · 0.45
apply_operationsFunction · 0.45
read_kvMethod · 0.45
read_with_evolutionMethod · 0.45
new_data_file_readerMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls