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

Function schema

datafusion/datasource/src/memory.rs:1013–1015  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1011 }
1012
1013 fn schema() -> SchemaRef {
1014 batch(1).schema()
1015 }
1016
1017 fn memorysrcconfig_no_partitions(
1018 sort_information: Vec<LexOrdering>,

Calls 2

batchFunction · 0.85
schemaMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…