MCPcopy 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
260impl TableSource for MyTableSource {
261 fn schema(&self) -> SchemaRef {
262 self.schema.clone()
263 }
264}
265
266#[test]

Callers 15

csv_explain_plansFunction · 0.45
register_aggregate_csvFunction · 0.45
nycFunction · 0.45
create_custom_tableFunction · 0.45
create_drop_tableFunction · 0.45
parquet_statisticsFunction · 0.45
sort_batchesFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected