Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ infer
Method
infer
datafusion/core/src/datasource/listing/table.rs:103–105 ·
view source on GitHub ↗
(self, state: &dyn Session)
Source
from the content-addressed store, hash-verified
101
}
102
103
async fn infer(self, state: &dyn Session) -> datafusion_common::Result<Self> {
104
self.infer_options(state).await?.infer_schema(state).await
105
}
106
}
107
108
#[cfg(test)]
Callers
4
test_schema_source_tracking_comprehensive
Function · 0.80
load_table
Function · 0.80
infer_preserves_provided_schema
Function · 0.80
test_schema_register_listing_table
Function · 0.80
Calls
2
infer_options
Method · 0.80
infer_schema
Method · 0.45
Tested by
2
test_schema_source_tracking_comprehensive
Function · 0.64
test_schema_register_listing_table
Function · 0.64