MCPcopy 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
368impl TableSource for EmptyTable {
369 fn schema(&self) -> SchemaRef {
370 Arc::clone(&self.table_schema)
371 }
372}
373
374#[derive(Debug)]

Callers 15

resolve_columnsFunction · 0.45
select_to_planMethod · 0.45
plan_selectionMethod · 0.45
plan_from_tablesMethod · 0.45
sql_select_to_rexMethod · 0.45
projectMethod · 0.45
recursive_cteMethod · 0.45
apply_expr_aliasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected