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

Method schema

datafusion-examples/examples/data_io/remote_catalog.rs:226–228  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

224#[async_trait]
225impl TableProvider for RemoteTable {
226 fn schema(&self) -> SchemaRef {
227 self.schema.clone()
228 }
229
230 fn table_type(&self) -> TableType {
231 TableType::Base

Callers 1

read_dataMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected