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

Method schema

crates/integrations/datafusion/src/table/mod.rs:152–154  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

150 }
151
152 fn schema(&self) -> ArrowSchemaRef {
153 self.schema.clone()
154 }
155
156 fn table_type(&self) -> TableType {
157 TableType::Base

Callers 4

try_newMethod · 0.45
scanMethod · 0.45

Calls

no outgoing calls