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

Method as_any

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

Source from the content-addressed store, hash-verified

146#[async_trait]
147impl TableProvider for PaimonTableProvider {
148 fn as_any(&self) -> &dyn Any {
149 self
150 }
151
152 fn schema(&self) -> ArrowSchemaRef {
153 self.schema.clone()

Calls

no outgoing calls