MCPcopy Create free account
hub / github.com/apache/datafusion / schema

Method schema

datafusion/core/tests/fuzz_cases/pruning.rs:217–220  ·  view source on GitHub ↗

return the schema of the created test files

()

Source from the content-addressed store, hash-verified

215
216 /// return the schema of the created test files
217 fn schema() -> Arc<Schema> {
218 let schema = &SCHEMA;
219 Arc::clone(schema)
220 }
221
222 /// Return a list of test files with UTF8 data and combinations of
223 /// [`Self::values`]

Callers 15

on_columnsMethod · 0.45
intermediate_schemaMethod · 0.45
left_rightMethod · 0.45
join_filterMethod · 0.45
run_distinct_count_testFunction · 0.45
runMethod · 0.45
run_merge_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected