Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/core/tests/optimizer/mod.rs:261–263 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
259
260
impl TableSource for MyTableSource {
261
fn schema(&self) -> SchemaRef {
262
self.schema.clone()
263
}
264
}
265
266
#[test]
Callers
15
test_query_parameters_with_metadata
Function · 0.45
test_recursive_cte_batch_schema_stable_with_order_by_limit
Function · 0.45
csv_explain_plans
Function · 0.45
csv_explain_verbose_plans
Function · 0.45
register_aggregate_csv
Function · 0.45
create_ctx_with_partition
Function · 0.45
nyc
Function · 0.45
create_custom_table
Function · 0.45
create_external_table_with_ddl
Function · 0.45
create_drop_table
Function · 0.45
parquet_statistics
Function · 0.45
sort_batches
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected