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

Method schema

crates/integrations/datafusion/src/system_tables/options.rs:61–63  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

59 }
60
61 fn schema(&self) -> SchemaRef {
62 options_schema()
63 }
64
65 fn table_type(&self) -> TableType {
66 TableType::View

Callers 1

scanMethod · 0.45

Calls 1

options_schemaFunction · 0.85

Tested by

no test coverage detected