Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema_source
Method
schema_source
datafusion/catalog-listing/src/table.rs:284–286 ·
view source on GitHub ↗
Get the schema source
(&self)
Source
from the content-addressed store, hash-verified
282
283
/// Get the schema source
284
pub fn schema_source(&self) -> SchemaSource {
285
self.schema_source
286
}
287
288
/// Deprecated: Set the [`SchemaAdapterFactory`] for this [`ListingTable`]
289
///
Callers
1
try_new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected