Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/sql/tests/common/mod.rs:369–371 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
367
368
impl TableSource for EmptyTable {
369
fn schema(&self) -> SchemaRef {
370
Arc::clone(&self.table_schema)
371
}
372
}
373
374
#[derive(Debug)]
Callers
15
resolve_columns
Function · 0.45
rewrite_recursive_unnest_bottom_up
Function · 0.45
select_to_plan
Method · 0.45
get_struct_unnest_columns
Method · 0.45
plan_selection
Method · 0.45
plan_from_tables
Method · 0.45
sql_select_to_rex
Method · 0.45
project
Method · 0.45
recursive_cte
Method · 0.45
apply_expr_alias
Method · 0.45
sql_statement_to_plan_with_context_impl
Method · 0.45
describe_table_to_plan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected