Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
225
impl 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_data
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected