MCPcopy Create free account
hub / github.com/apache/datafusion / schema

Method schema

datafusion/core/src/test_util/mod.rs:210–212  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

208#[async_trait]
209impl TableProvider for TestTableProvider {
210 fn schema(&self) -> SchemaRef {
211 Arc::clone(&self.schema)
212 }
213
214 fn table_type(&self) -> TableType {
215 unimplemented!("TestTableProvider is a stub for testing.")

Callers 1

register_aggregate_csvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected